{ "opencollection": "1.0.0", "info": { "name": "Temenos Buy Now Pay Later Accounts Loans API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Loans", "type": "folder" }, "items": [ { "info": { "name": "List BNPL Loans", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/loans", "params": [ { "name": "page_size", "value": "", "type": "query" }, { "name": "page_start", "value": "", "type": "query" }, { "name": "customerId", "value": "", "type": "query", "description": "Filter by customer" }, { "name": "status", "value": "", "type": "query", "description": "Filter by loan status" } ] }, "docs": "Retrieve BNPL loans with their repayment status, payment schedules, and outstanding balances." }, { "info": { "name": "Get BNPL Loan Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/loans/:loanId", "params": [ { "name": "loanId", "value": "", "type": "path", "description": "Loan identifier" } ] }, "docs": "Retrieve detailed BNPL loan information including payment schedule, payment history, and outstanding balance." } ] } ], "bundled": true }