{ "opencollection": "1.0.0", "info": { "name": "BNY Mellon Treasury Services Accounts Payments 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": "Payments", "type": "folder" }, "items": [ { "info": { "name": "List Payments", "type": "http" }, "http": { "method": "GET", "url": "https://api.bnymellon.com/treasury/v4/payments", "params": [ { "name": "status", "value": "", "type": "query", "description": "Payment status filter" }, { "name": "fromDate", "value": "", "type": "query", "description": "Start date filter" }, { "name": "toDate", "value": "", "type": "query", "description": "End date filter" } ] }, "docs": "Retrieve a list of payments with optional status and date filters." }, { "info": { "name": "Initiate Payment", "type": "http" }, "http": { "method": "POST", "url": "https://api.bnymellon.com/treasury/v4/payments", "body": { "type": "json", "data": "{}" } }, "docs": "Initiate a payment including wire transfers, ACH, SWIFT, and international payments." }, { "info": { "name": "Get Payment", "type": "http" }, "http": { "method": "GET", "url": "https://api.bnymellon.com/treasury/v4/payments/:paymentId", "params": [ { "name": "paymentId", "value": "", "type": "path", "description": "Payment identifier" } ] }, "docs": "Retrieve the status and details of a specific payment." } ] } ], "bundled": true }