{ "opencollection": "1.0.0", "info": { "name": "Huntington Bank Treasury Management Accounts Payments API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.huntington.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Payments", "type": "folder" }, "items": [ { "info": { "name": "Initiate a payment", "type": "http" }, "http": { "method": "POST", "url": "https://api.huntington.com/v1/payments", "body": { "type": "json", "data": "{}" } }, "docs": "Initiates a payment transaction from a treasury account." } ] } ], "bundled": true }