{ "opencollection": "1.0.0", "info": { "name": "Fazz API (Singapore v4) Disbursements Payments API", "version": "v4" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Payments", "type": "folder" }, "items": [ { "info": { "name": "Get a list of payments", "type": "http" }, "http": { "method": "GET", "url": "https://www.xfers.io/api/v4/payments", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "startingAfter", "value": "", "type": "query" }, { "name": "endingBefore", "value": "", "type": "query" } ] }, "docs": "Get a list of payments" }, { "info": { "name": "Create a payment", "type": "http" }, "http": { "method": "POST", "url": "https://www.xfers.io/api/v4/payments", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a payment to collect funds from a customer via a supported local payment method (PayNow QR or virtual bank account). Returns payment instructions such as a PayNow QR image or virtual account number." }, { "info": { "name": "Get a payment", "type": "http" }, "http": { "method": "GET", "url": "https://www.xfers.io/api/v4/payments/:paymentId", "params": [ { "name": "paymentId", "value": "", "type": "path" } ] }, "docs": "Get a payment" } ] } ], "bundled": true }