{ "opencollection": "1.0.0", "info": { "name": "Temenos Buy Now Pay Later Accounts API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List Commercial Banking Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/accounts", "params": [ { "name": "page_size", "value": "", "type": "query" }, { "name": "page_start", "value": "", "type": "query" }, { "name": "customerId", "value": "", "type": "query", "description": "Filter by customer" }, { "name": "region", "value": "", "type": "query", "description": "Filter by regional market" } ] }, "docs": "Retrieve commercial banking accounts with country-specific product details and regulatory compliance status." }, { "info": { "name": "Create Commercial Banking Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.temenos.com/bnpl/v1/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new commercial banking account using pre-configured regional product templates with local regulatory compliance." }, { "info": { "name": "Get Account Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/accounts/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Unique account identifier" } ] }, "docs": "Retrieve detailed information for a specific customer account including balances, product details, interest rates, and associated services." } ] } ], "bundled": true }