{ "opencollection": "1.0.0", "info": { "name": "Bud API Services: Documentation Aggregation Buckets Manage Payments API", "version": "2.10.10" }, "items": [ { "info": { "name": "Manage Payments", "type": "folder" }, "items": [ { "info": { "name": "Search for Single Payments", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.thisisbud.com/v1/payments/single", "headers": [ { "name": "X-Client-Id", "value": "8711bbef-b357-4c2d-97ca-0d9df4206e9a" }, { "name": "X-Payment-Id", "value": "84470aa9-71a2-4da2-8fa4-660adbf2c9b2" }, { "name": "X-Page-Number", "value": "1" }, { "name": "X-Sender-Providers", "value": "Lloyds,Nationwide" }, { "name": "X-Status-Codes", "value": "CREATED,SETTLED" }, { "name": "X-Date-From", "value": "2020-06-01T15:00:00Z" }, { "name": "X-Date-To", "value": "2020-06-01T15:00:00Z" }, { "name": "X-Amount-From", "value": "10.00" }, { "name": "X-Amount-To", "value": "10000.00" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve and view the status of multiple payments" }, { "info": { "name": "Retrieve Single Payment Status", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.thisisbud.com/v1/payments/single/:payment_id", "headers": [ { "name": "X-Client-Id", "value": "8711bbef-b357-4c2d-97ca-0d9df4206e9a" } ], "params": [ { "name": "payment_id", "value": "", "type": "path", "description": "Bud Payment Identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve and view the status of a payment" }, { "info": { "name": "Search for Standing Orders", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.thisisbud.com/v1/payments/standing-order", "headers": [ { "name": "X-Client-Id", "value": "8711bbef-b357-4c2d-97ca-0d9df4206e9a" }, { "name": "X-Payment-Id", "value": "84470aa9-71a2-4da2-8fa4-660adbf2c9b2" }, { "name": "X-Page-Number", "value": "1" }, { "name": "X-Sender-Providers", "value": "Lloyds,Nationwide" }, { "name": "X-Status-Codes", "value": "CREATED,SETTLED" }, { "name": "X-Date-From", "value": "2020-06-01T15:00:00Z" }, { "name": "X-Date-To", "value": "2020-06-01T15:00:00Z" }, { "name": "X-Amount-From", "value": "10.00" }, { "name": "X-Amount-To", "value": "10000.00" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve and view the status of multiple Standing Orders" }, { "info": { "name": "Retrieve Standing Order Payment Status", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.thisisbud.com/v1/payments/standing-order/:payment_id", "headers": [ { "name": "X-Client-Id", "value": "8711bbef-b357-4c2d-97ca-0d9df4206e9a" } ], "params": [ { "name": "payment_id", "value": "", "type": "path", "description": "Bud Payment Identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve and view the status of a specific Standing Order payment" }, { "info": { "name": "Search for Scheduled Payments", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.thisisbud.com/v1/payments/scheduled", "headers": [ { "name": "X-Client-Id", "value": "8711bbef-b357-4c2d-97ca-0d9df4206e9a" }, { "name": "X-Payment-Id", "value": "84470aa9-71a2-4da2-8fa4-660adbf2c9b2" }, { "name": "X-Page-Number", "value": "1" }, { "name": "X-Sender-Providers", "value": "Lloyds,Nationwide" }, { "name": "X-Status-Codes", "value": "CREATED,SETTLED" }, { "name": "X-Date-From", "value": "2020-06-01T15:00:00Z" }, { "name": "X-Date-To", "value": "2020-06-01T15:00:00Z" }, { "name": "X-Amount-From", "value": "10.00" }, { "name": "X-Amount-To", "value": "10000.00" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve and view the status of multiple Scheduled Payments" }, { "info": { "name": "Retrieve Scheduled Payment Status", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.thisisbud.com/v1/payments/scheduled/:payment_id", "headers": [ { "name": "X-Client-Id", "value": "8711bbef-b357-4c2d-97ca-0d9df4206e9a" } ], "params": [ { "name": "payment_id", "value": "", "type": "path", "description": "Bud Payment Identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve and view the status of a specific Scheduled payment" } ] } ], "bundled": true }