{ "opencollection": "1.0.0", "info": { "name": "Temenos Buy Now Pay Later Accounts Accounts Arrangement Details API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts Arrangement Details", "type": "folder" }, "items": [ { "info": { "name": "Calculate Payoff Amount", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/arrangements/:arrangementId/payoff", "params": [ { "name": "arrangementId", "value": "", "type": "path", "description": "Arrangement identifier" } ] }, "docs": "Compute the closure costs for an arrangement including outstanding interest, charges, and early termination penalties." } ] } ], "bundled": true }