{ "opencollection": "1.0.0", "info": { "name": "Temenos Buy Now Pay Later Accounts Lending API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Lending", "type": "folder" }, "items": [ { "info": { "name": "List Lending Facilities", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/lending/facilities", "params": [ { "name": "page_size", "value": "", "type": "query" }, { "name": "page_start", "value": "", "type": "query" }, { "name": "customerId", "value": "", "type": "query", "description": "Filter by customer" } ] }, "docs": "Retrieve commercial lending facilities including credit lines, term loans, and revolving facilities with utilization details." }, { "info": { "name": "Create Lending Facility", "type": "http" }, "http": { "method": "POST", "url": "https://api.temenos.com/bnpl/v1/lending/facilities", "body": { "type": "json", "data": "{}" } }, "docs": "Originate a new lending facility with specified terms, collateral, and repayment conditions." } ] } ], "bundled": true }