{ "opencollection": "1.0.0", "info": { "name": "CommBank Accounts Accounts API Balances API API", "version": "1.0" }, "items": [ { "info": { "name": "Balances API", "type": "folder" }, "items": [ { "info": { "name": "Get Balances", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounts/:accountId/balance", "headers": [ { "name": "Accept", "value": "" }, { "name": "x-v", "value": "1" }, { "name": "x-min-v", "value": "1" }, { "name": "x-fapi-auth-date", "value": "2002-10-03T01:00:00+10:00" }, { "name": "x-fapi-interaction-id", "value": "f688ae24-9719-4975-9f58-f6b7e655c37d" }, { "name": "x-fapi-customer-ip-address", "value": "192.168.1.1" }, { "name": "x-cds-client-headers", "value": "Q3VzdG9tZXJzRGV2OkN1c3RvbWVyc0Rldg==" } ], "params": [ { "name": "accountId", "value": "", "type": "path", "description": "ID of the specific account requested." } ] }, "docs": "Obtain the balance of a specified account" }, { "info": { "name": "Get Bulk Balances", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounts/balances", "headers": [ { "name": "x-v", "value": "1" }, { "name": "x-min-v", "value": "1" }, { "name": "x-fapi-auth-date", "value": "2002-10-03T01:00:00+10:00" }, { "name": "x-fapi-interaction-id", "value": "f688ae24-9719-4975-9f58-f6b7e655c37d" }, { "name": "x-fapi-customer-ip-address", "value": "192.168.1.1" }, { "name": "x-cds-client-headers", "value": "Q3VzdG9tZXJzRGV2OkN1c3RvbWVyc0Rldg==" } ], "params": [ { "name": "product-category", "value": "", "type": "query", "description": "Used to filter results on the productCategory field applicable to accounts. If absent then all accounts returned." }, { "name": "open-status", "value": "", "type": "query", "description": "Used to filter results according to open/closed status. If absent then ALL is assumed" }, { "name": "is-owned", "value": "", "type": "query", "description": "Filters accounts based on whether they are owned by the authorised customer. True for owned accounts, false for unowned accounts and absent for all accounts" }, { "name": "page", "value": "", "type": "query", "description": "Page number being requested" }, { "name": "page-size", "value": "", "type": "query", "description": "Number of records to return with the page" } ] }, "docs": "Obtain balances for multiple, filtered accounts" }, { "info": { "name": "Get Balances For Specific Accounts", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/accounts/balances", "headers": [ { "name": "x-v", "value": "1" }, { "name": "x-min-v", "value": "1" }, { "name": "x-fapi-auth-date", "value": "2002-10-03T01:00:00+10:00" }, { "name": "x-fapi-interaction-id", "value": "f688ae24-9719-4975-9f58-f6b7e655c37d" }, { "name": "x-fapi-customer-ip-address", "value": "192.168.1.1" }, { "name": "x-cds-client-headers", "value": "Q3VzdG9tZXJzRGV2OkN1c3RvbWVyc0Rldg==" } ], "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number being requested" }, { "name": "page-size", "value": "", "type": "query", "description": "Number of records to return with the page" } ] }, "docs": "Obtain balances for a specified list of accounts" } ] } ], "bundled": true }