{ "opencollection": "1.0.0", "info": { "name": "Temenos Buy Now Pay Later Accounts Party API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Party", "type": "folder" }, "items": [ { "info": { "name": "List Investors", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/party/investors", "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 a list of investors with their master data including personal details, investment accounts, tax residence information, and KYC status." }, { "info": { "name": "Create Investor", "type": "http" }, "http": { "method": "POST", "url": "https://api.temenos.com/bnpl/v1/party/investors", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new investor master record with personal details, address information, bank account details, and tax residence documentation." }, { "info": { "name": "List Distributors", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/party/distributors", "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 a list of fund distributors with their details including distribution agreements, commission structures, and cutoff configurations." }, { "info": { "name": "List AML Screenings", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/party/aml/screenings", "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 anti-money laundering screening results including blocking codes, monitoring information, and compliance documentation for investors and distributors." }, { "info": { "name": "List FATCA/CRS Records", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/party/fatca", "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 FATCA and CRS tax compliance documentation and status information for investors across jurisdictions." }, { "info": { "name": "List Customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/party/customers", "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": "customerType", "value": "", "type": "query", "description": "Filter by customer type" } ] }, "docs": "Retrieve a list of customers including individual and corporate customers with their basic profile information, KYC status, and relationship details." }, { "info": { "name": "Create Customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.temenos.com/bnpl/v1/party/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new customer record for onboarding including personal details, address information, identification documents, and KYC data collection." }, { "info": { "name": "Get Customer Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/party/customers/:customerId", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "Unique customer identifier" } ] }, "docs": "Retrieve detailed customer information including personal data, addresses, contact details, identification documents, KYC status, and delivery preferences." }, { "info": { "name": "Update Customer Details", "type": "http" }, "http": { "method": "PUT", "url": "https://api.temenos.com/bnpl/v1/party/customers/:customerId", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "Unique customer identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update existing customer information including personal data, address changes, contact preferences, and KYC documentation." }, { "info": { "name": "List Beneficiaries", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/party/beneficiaries", "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": "customerId", "value": "", "type": "query", "description": "Filter beneficiaries by customer" } ] }, "docs": "Retrieve a list of registered beneficiaries for payment processing including their account details and bank information." }, { "info": { "name": "List Wealth Clients", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/party/clients", "params": [ { "name": "page_size", "value": "", "type": "query", "description": "Number of records per page" }, { "name": "page_start", "value": "", "type": "query", "description": "Starting record number" } ] }, "docs": "Retrieve wealth management clients including their investor profiles, risk assessments, advisor assignments, and investment mandates." } ] } ], "bundled": true }