{ "opencollection": "1.0.0", "info": { "name": "Temenos Buy Now Pay Later Accounts Enterprise API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Enterprise", "type": "folder" }, "items": [ { "info": { "name": "List Bundle Arrangements", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/enterprise/bundleArrangements", "params": [ { "name": "page_size", "value": "", "type": "query", "description": "Number of records to return per page" }, { "name": "page_start", "value": "", "type": "query", "description": "Starting record number for pagination" }, { "name": "customerId", "value": "", "type": "query", "description": "Filter by customer identifier" } ] }, "docs": "Retrieve bundle arrangements that group multiple customer accounts and products together for combined pricing benefits and package management." }, { "info": { "name": "Create Bundle Arrangement", "type": "http" }, "http": { "method": "POST", "url": "https://api.temenos.com/bnpl/v1/enterprise/bundleArrangements", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new bundle arrangement to group customer accounts and products for combined benefits and package pricing." } ] } ], "bundled": true }