{ "opencollection": "1.0.0", "info": { "name": "Core accepted countries simulate API", "version": "3.0.39" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "simulate", "type": "folder" }, "items": [ { "info": { "name": "Simulates an authorization", "type": "http" }, "http": { "method": "POST", "url": "/v3/simulate/authorization", "body": { "type": "json", "data": "{}" } }, "docs": "Simulates an authorization" }, { "info": { "name": "Simulates an authorization advice transaction", "type": "http" }, "http": { "method": "POST", "url": "/v3/simulate/authorization/advice", "body": { "type": "json", "data": "{}" } }, "docs": "Simulates an authorization advice transaction" }, { "info": { "name": "Simulates a clearing/settlement transaction", "type": "http" }, "http": { "method": "POST", "url": "/v3/simulate/clearing", "body": { "type": "json", "data": "{}" } }, "docs": "Simulates a clearing/settlement transaction" }, { "info": { "name": "Simulates the creation of direct deposit", "type": "http" }, "http": { "method": "POST", "url": "/v3/simulate/directdeposits", "body": { "type": "json", "data": "{}" } }, "docs": "Simulates the creation of direct deposit" }, { "info": { "name": "Simulates a financial request (PIN debit) transaction with optional cash back", "type": "http" }, "http": { "method": "POST", "url": "/v3/simulate/financial", "body": { "type": "json", "data": "{}" } }, "docs": "Simulates a financial request (PIN debit) transaction with optional cash back" }, { "info": { "name": "Simulates a financial advice transaction", "type": "http" }, "http": { "method": "POST", "url": "/v3/simulate/financial/advice", "body": { "type": "json", "data": "{}" } }, "docs": "Simulates a financial advice transaction" }, { "info": { "name": "Simulates a balance inquiry", "type": "http" }, "http": { "method": "POST", "url": "/v3/simulate/financial/balanceinquiry", "body": { "type": "json", "data": "{}" } }, "docs": "Simulates a balance inquiry" }, { "info": { "name": "Simulates an orignal credit transaction", "type": "http" }, "http": { "method": "POST", "url": "/v3/simulate/financial/originalcredit", "body": { "type": "json", "data": "{}" } }, "docs": "Simulates an orignal credit transaction" }, { "info": { "name": "Simulates an ATM withdrawal transaction", "type": "http" }, "http": { "method": "POST", "url": "/v3/simulate/financial/withdrawal", "body": { "type": "json", "data": "{}" } }, "docs": "Simulates an ATM withdrawal transaction" }, { "info": { "name": "Simulates a reversal transaction", "type": "http" }, "http": { "method": "POST", "url": "/v3/simulate/reversal", "body": { "type": "json", "data": "{}" } }, "docs": "Simulates a reversal transaction" } ] } ], "bundled": true }