{ "opencollection": "1.0.0", "info": { "name": "FIS Payments Accounts Wire Transfers API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.fisglobal.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Wire Transfers", "type": "folder" }, "items": [ { "info": { "name": "Initiate wire transfer", "type": "http" }, "http": { "method": "POST", "url": "https://api.fisglobal.com/v1/wire-transfers", "body": { "type": "json", "data": "{}" } }, "docs": "Initiates a domestic Fedwire or international SWIFT wire transfer. Domestic wires settle same day; international wires may take 1-5 business days." } ] } ], "bundled": true }