{ "opencollection": "1.0.0", "info": { "name": "Core AccessGroup Disbursements API", "version": "core" }, "items": [ { "info": { "name": "Disbursements", "type": "folder" }, "items": [ { "info": { "name": "Add Supplier", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/disbursement/AddSupplier", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is used to add supplier of disbursements." }, { "info": { "name": "Get Supplier", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/disbursement/GetSupplier", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is used to get supplier of disbursements." }, { "info": { "name": "Add Disbursement", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/disbursement/AddDisbursement", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is used add disbursement to an account using ACH, CARD, or CHEQUE." }, { "info": { "name": "Get Identity", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/pay/AptPay/GetIdentity", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is used to get identity of a supplier." }, { "info": { "name": "Get Transaction Status", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/pay/AptPay/GetTransactionStatus", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is used to get transaction status of an disbursements." }, { "info": { "name": "Check Account", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/pay/AptPay/CheckAccount", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is used to check if a card is eligible to receive funds." } ] } ], "bundled": true }