{ "opencollection": "1.0.0", "info": { "name": "BNY Mellon Treasury Services Accounts Funds Transfers API", "version": "4.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.bnymellon.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Funds Transfers", "type": "folder" }, "items": [ { "info": { "name": "Initiate Funds Transfer", "type": "http" }, "http": { "method": "POST", "url": "https://api.bnymellon.com/treasury/v4/funds-transfers", "body": { "type": "json", "data": "{}" } }, "docs": "Initiate a domestic or international funds transfer between accounts." }, { "info": { "name": "Get Funds Transfer", "type": "http" }, "http": { "method": "GET", "url": "https://api.bnymellon.com/treasury/v4/funds-transfers/:transferId", "params": [ { "name": "transferId", "value": "", "type": "path", "description": "Funds transfer identifier" } ] }, "docs": "Retrieve status and details of a specific funds transfer." } ] } ], "bundled": true }