{ "opencollection": "1.0.0", "info": { "name": "Openpay BankAccounts Transfers API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Transfers", "type": "folder" }, "items": [ { "info": { "name": "List a customer's transfers.", "type": "http" }, "http": { "method": "GET", "url": "https://api.openpay.mx/v1/:merchant_id/customers/:customer_id/transfers", "params": [ { "name": "merchant_id", "value": "", "type": "path", "description": "The merchant identifier that scopes all resources." }, { "name": "customer_id", "value": "", "type": "path" } ] }, "docs": "List a customer's transfers." }, { "info": { "name": "Transfer funds from one customer to another.", "type": "http" }, "http": { "method": "POST", "url": "https://api.openpay.mx/v1/:merchant_id/customers/:customer_id/transfers", "params": [ { "name": "merchant_id", "value": "", "type": "path", "description": "The merchant identifier that scopes all resources." }, { "name": "customer_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Transfer funds from one customer to another." }, { "info": { "name": "Get a transfer by id.", "type": "http" }, "http": { "method": "GET", "url": "https://api.openpay.mx/v1/:merchant_id/customers/:customer_id/transfers/:transfer_id", "params": [ { "name": "merchant_id", "value": "", "type": "path", "description": "The merchant identifier that scopes all resources." }, { "name": "customer_id", "value": "", "type": "path" }, { "name": "transfer_id", "value": "", "type": "path" } ] }, "docs": "Get a transfer by id." } ] } ], "bundled": true }