{ "opencollection": "1.0.0", "info": { "name": "Temenos Buy Now Pay Later Accounts Merchants API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Merchants", "type": "folder" }, "items": [ { "info": { "name": "List Merchants", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/merchants", "params": [ { "name": "page_size", "value": "", "type": "query" }, { "name": "page_start", "value": "", "type": "query" } ] }, "docs": "Retrieve registered merchants with their BNPL integration configurations and settlement details." } ] } ], "bundled": true }