{ "opencollection": "1.0.0", "info": { "name": "Core accepted countries Account API", "version": "3.0.39" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Get billing cycle by account token", "type": "http" }, "http": { "method": "GET", "url": "/v3/accounts/:account_token/billingcycle", "params": [ { "name": "account_token", "value": "", "type": "path", "description": "Unique identifier of the credit account for which you want to retrieve delinquency state details.\n\nSend a `GET` request to `/credit/accounts` to retrieve existing credit account tokens." } ] }, "docs": "Retrieves the billing cycle details for a specific account token." }, { "info": { "name": "Get all active and upcoming periodic fee schedules of an account", "type": "http" }, "http": { "method": "GET", "url": "/v3/accounts/:account_token/periodicfeeschedules", "params": [ { "name": "account_token", "value": "", "type": "path", "description": "account token" }, { "name": "count", "value": "", "type": "query", "description": "Number of periodic fee schedule resources to retrieve." }, { "name": "start_index", "value": "", "type": "query", "description": "Sort order index of the first resource in the returned array." } ] }, "docs": "Get all active and upcoming periodic fee schedules of an account" } ] } ], "bundled": true }