{ "opencollection": "1.0.0", "info": { "name": "Bud API Services: Documentation Aggregation Buckets Initiate Payment - Bud license API", "version": "2.10.10" }, "items": [ { "info": { "name": "Initiate Payment - Bud license", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Providers", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.thisisbud.com/v1/payments/providers", "headers": [ { "name": "X-Client-Id", "value": "8711bbef-b357-4c2d-97ca-0d9df4206e9a" } ], "params": [ { "name": "country", "value": "GBR,DEU", "type": "query", "description": "Country filter as a comma separated list of country codes following the ISO 3166 alpha-3 code format." }, { "name": "product", "value": "", "type": "query", "description": "Product filter as a comma separated list of bud supported products" }, { "name": "type", "value": "", "type": "query", "description": "A comma separated list of Bud support provider types to be shown. If no filter is applied, all the providers are returned." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "This endpoint is used list the payment service providers (PSPs) supported via Bud's Payment APIs." }, { "info": { "name": "Retrieve Bud Pay URL - Single Payment", "type": "http" }, "http": { "method": "POST", "url": "https://api-sandbox.thisisbud.com/v1/payments/single/bud-pay-url", "headers": [ { "name": "X-Client-Id", "value": "8711bbef-b357-4c2d-97ca-0d9df4206e9a" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a Bud Pay URL to initiate a single payment. Please note that this endpoint should be used if you are using Bud as a Third Party Provider (TPP), i.e. you are not yourself regulated as an Payment Initiation Service Provider (PISP)" }, { "info": { "name": "Retrieve Bud Pay URL - Standing Order", "type": "http" }, "http": { "method": "POST", "url": "https://api-sandbox.thisisbud.com/v1/payments/standing-order/bud-pay-url", "headers": [ { "name": "X-Client-Id", "value": "8711bbef-b357-4c2d-97ca-0d9df4206e9a" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a Bud Pay URL to initiate a Standing Order. Please note that this endpoint should be used if you are using Bud as a Third Party Provider (TPP), i.e. you are not yourself regulated as an Payment Initiation Service Provider (PISP)" }, { "info": { "name": "Retrieve Bud Pay URL - Scheduled Payment", "type": "http" }, "http": { "method": "POST", "url": "https://api-sandbox.thisisbud.com/v1/payments/scheduled/bud-pay-url", "headers": [ { "name": "X-Client-Id", "value": "8711bbef-b357-4c2d-97ca-0d9df4206e9a" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a Bud Pay URL to initiate a Scheduled Payment. Please note that this endpoint should be used if you are using Bud as a Third Party Provider (TPP), i.e. you are not yourself regulated as an Payment Initiation Service Provider (PISP)" } ] } ], "bundled": true }