{ "opencollection": "1.0.0", "info": { "name": "Temenos Buy Now Pay Later Accounts Reference API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Reference", "type": "folder" }, "items": [ { "info": { "name": "Inject Exchange Rates", "type": "http" }, "http": { "method": "POST", "url": "https://api.temenos.com/bnpl/v1/reference/exchangeRates", "body": { "type": "json", "data": "{}" } }, "docs": "Load daily foreign exchange rates for fund valuation and multi-currency position calculations." }, { "info": { "name": "Inject Security Prices", "type": "http" }, "http": { "method": "POST", "url": "https://api.temenos.com/bnpl/v1/reference/securityPrices", "body": { "type": "json", "data": "{}" } }, "docs": "Import market security prices for portfolio valuation including equity prices, bond prices, and derivative valuations." }, { "info": { "name": "List Currencies", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/reference/currencies", "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" } ] }, "docs": "Retrieve the list of supported currencies with their ISO codes, names, decimal places, and exchange rate information." }, { "info": { "name": "List Countries", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/reference/countries", "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" } ] }, "docs": "Retrieve the list of supported countries with their ISO codes, names, and associated regulatory information." }, { "info": { "name": "List IBAN Structures", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/reference/ibanStructures", "params": [ { "name": "countryCode", "value": "", "type": "query", "description": "Filter by ISO 3166-1 alpha-2 country code" } ] }, "docs": "Retrieve IBAN validation structures by country including the expected format, length, and check digit calculation rules." }, { "info": { "name": "List Markets", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/reference/markets" }, "docs": "Retrieve reference data for supported markets and exchanges including trading hours, settlement cycles, and market status." } ] } ], "bundled": true }