{ "opencollection": "1.0.0", "info": { "name": "Xfers Bank Account Fixed Virtual Account Bank Transfers API", "version": "3" }, "items": [ { "info": { "name": "Fixed Virtual Account Bank Transfers", "type": "folder" }, "items": [ { "info": { "name": "Create Fixed Virtual Account", "type": "http" }, "http": { "method": "POST", "url": "https://id.xfers.com/api/v3/payment_gateway/payment_methods/fixed_virtual_account_bank_transfers", "body": { "type": "json", "data": "{}" } }, "docs": "With Fixed Virtual Account (VA) Bank Transfer payment method, we will create a fixed/permanent VA for the given customer id and bank combination.\n\nAny amount that we receive in the given VA will be associated to the given destination account and we will notify you with the successful callback." }, { "info": { "name": "Payment History", "type": "http" }, "http": { "method": "GET", "url": "https://id.xfers.com/api/v3/payment_gateway/payment_methods/fixed_virtual_account_bank_transfers/:id/payments", "params": [ { "name": "id", "value": "", "type": "path", "description": "[Virtual Account Number](./payment-gateway#tag/Fixed-Virtual-Account-Bank-Transfers) from Xfers." } ] }, "docs": "From a given Payment Method, list the payment history sorted from newest to oldest." }, { "info": { "name": "Simulate Payment (Sandbox Only)", "type": "http" }, "http": { "method": "POST", "url": "https://id.xfers.com/api/v3/payment_gateway/payment_methods/fixed_virtual_account_bank_transfers/:id/payments", "params": [ { "name": "id", "value": "", "type": "path", "description": "[Virtual Account Number](./payment-gateway#tag/Fixed-Virtual-Account-Bank-Transfers) from Xfers." } ], "body": { "type": "json", "data": "{}" } }, "docs": "In sandbox, this will allow you to simulate customer making payment to the given virtual account number. It will return the details of the contract created as well as triggering a callback as configured." } ] } ], "bundled": true }