{ "opencollection": "1.0.0", "info": { "name": "Temenos Buy Now Pay Later Accounts Payment Stops API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Payment Stops", "type": "folder" }, "items": [ { "info": { "name": "List Payment Stop Requests", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/paymentStops", "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": "accountId", "value": "", "type": "query", "description": "Filter by account identifier" } ] }, "docs": "Retrieve active payment stop instructions including stops based on cheque details, transaction amounts, or payment references." }, { "info": { "name": "Create Payment Stop Request", "type": "http" }, "http": { "method": "POST", "url": "https://api.temenos.com/bnpl/v1/paymentStops", "body": { "type": "json", "data": "{}" } }, "docs": "Create a stop instruction for individual payments based on cheque number, transaction amount range, or payment reference to prevent processing." } ] } ], "bundled": true }