{ "opencollection": "1.0.0", "info": { "name": "Temenos Buy Now Pay Later Accounts Cards API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Cards", "type": "folder" }, "items": [ { "info": { "name": "List Customer Cards", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/cards", "params": [ { "name": "pageSize", "value": "", "type": "query", "description": "Number of records to return per page" }, { "name": "pageStart", "value": "", "type": "query", "description": "Pagination offset token or page number" } ] }, "docs": "Retrieve a list of debit and credit cards associated with the customer across all linked accounts." }, { "info": { "name": "Update Card Controls", "type": "http" }, "http": { "method": "PUT", "url": "https://api.temenos.com/bnpl/v1/cards/:cardId", "params": [ { "name": "cardId", "value": "", "type": "path", "description": "Unique card identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update card settings including spending limits, transaction type controls, geographic restrictions, and contactless payment settings." } ] } ], "bundled": true }