{ "opencollection": "1.0.0", "info": { "name": "Remitian Tax Payment Accounts API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List client accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.remitian.com/v1/accounts", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return per page" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination" } ] }, "docs": "Retrieve a list of client accounts registered for tax payment processing, including their linked bank connections and verification status." }, { "info": { "name": "Create a client account", "type": "http" }, "http": { "method": "POST", "url": "https://api.remitian.com/v1/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Register a new client account for tax payment processing. The account must be linked to a verified bank connection before payments can be initiated." }, { "info": { "name": "Retrieve a client account", "type": "http" }, "http": { "method": "GET", "url": "https://api.remitian.com/v1/accounts/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Unique identifier of the client account" } ] }, "docs": "Retrieve the details of a specific client account, including linked bank connections and payment history summary." } ] } ], "bundled": true }