{ "opencollection": "1.0.0", "info": { "name": "Bud API Services: Documentation Aggregation Buckets Regular Payments Finder API", "version": "2.10.10" }, "items": [ { "info": { "name": "Regular Payments Finder", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Regular Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.thisisbud.com/v1/regular-transactions", "headers": [ { "name": "X-Client-Id", "value": "8711bbef-b357-4c2d-97ca-0d9df4206e9a" }, { "name": "X-Customer-Id", "value": "c3339af9-2426-44d4-9c4d-ddb8fd281e23" }, { "name": "X-Customer-Idempotent-Identifier", "value": "" }, { "name": "X-Customer-Secret", "value": "" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Provides a list of customer transactions that occur regularly. Currently the following periods are supported:\n- `daily`\n- `weekly`\n- `biweekly`\n- `monthly`\n- `quarterly`\n- `unknown`\n" }, { "info": { "name": "Retrieve Future Transactions V2", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.thisisbud.com/v2/future-transactions", "headers": [ { "name": "X-Client-Id", "value": "8711bbef-b357-4c2d-97ca-0d9df4206e9a" }, { "name": "X-Customer-Id", "value": "c3339af9-2426-44d4-9c4d-ddb8fd281e23" }, { "name": "X-Customer-Idempotent-Identifier", "value": "" }, { "name": "X-Customer-Secret", "value": "" } ], "params": [ { "name": "months", "value": "6", "type": "query", "description": "To specify how many months we return the prediction for, the default is 3 months." }, { "name": "change_percentage[subcategory]", "value": "", "type": "query", "description": "To set a percentage value used in the calculation of the forecasted amount for the future transactions categorised with specific transaction subcategory; for example `change_percentage[loans]=2.0`. This can be a positive or negative float number. To apply the same percentage to all transactions use the `subcategory=all`." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Provides a list of transactions predicted to occur in the next specified number of months. Currently the following periods are supported:\n- `daily`\n- `weekly`\n- `biweekly`\n- `monthly`\n- `quarterly`\n- `unknown`\n" } ] } ], "bundled": true }