{ "opencollection": "1.0.0", "info": { "name": "Regions Open Banking Account Information Payments API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.regions.com/oauth/authorize", "accessTokenUrl": "https://auth.regions.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Payments", "type": "folder" }, "items": [ { "info": { "name": "Initiate Payment", "type": "http" }, "http": { "method": "POST", "url": "https://api.regions.com/v1/payments", "body": { "type": "json", "data": "{}" } }, "docs": "Initiate a payment transfer from an authorized account." }, { "info": { "name": "Get Payment", "type": "http" }, "http": { "method": "GET", "url": "https://api.regions.com/v1/payments/:paymentId", "params": [ { "name": "paymentId", "value": "", "type": "path" } ] }, "docs": "Retrieve status for a specific payment." } ] } ], "bundled": true }