{ "opencollection": "1.0.0", "info": { "name": "Temenos Transact Core Banking Accounts Customers API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "Temenos Transact List Customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/api/v1.0.0/party/customers", "params": [ { "name": "page_size", "value": "", "type": "query", "description": "Number of records to return per page (default 25, max 100)" }, { "name": "page_start", "value": "", "type": "query", "description": "Page token or offset for pagination" }, { "name": "customerName", "value": "", "type": "query", "description": "Filter by customer name (partial match supported)" }, { "name": "mnemonic", "value": "", "type": "query", "description": "Filter by customer mnemonic" }, { "name": "sector", "value": "", "type": "query", "description": "Filter by customer sector code" }, { "name": "status", "value": "", "type": "query", "description": "Filter by customer status" } ] }, "docs": "Retrieve a list of customers. Supports filtering by customer name, mnemonic, sector, status, and other criteria. Returns customer profiles with basic information." }, { "info": { "name": "Temenos Transact Create Customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.temenos.com/api/v1.0.0/party/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new customer record in Temenos Transact. Each new customer is assigned a unique system-generated customer ID. Required fields include short name, sector, and customer mnemonic. Supports creating individual and corporate customer types with full demographic, contact, and compliance information." }, { "info": { "name": "Temenos Transact Get Customer Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/api/v1.0.0/party/customers/:customerId", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "Unique identifier of the customer" } ] }, "docs": "Retrieve detailed information for a specific customer including personal details, contact information, KYC status, AML check results, account officer assignment, and relationship details." }, { "info": { "name": "Temenos Transact Update Customer", "type": "http" }, "http": { "method": "PUT", "url": "https://api.temenos.com/api/v1.0.0/party/customers/:customerId", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "Unique identifier of the customer" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing customer record. Supports modifying customer attributes such as contact details, address, communication preferences, and KYC documentation." }, { "info": { "name": "Temenos Transact List Customer Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/api/v1.0.0/party/customers/:customerId/accounts", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "Unique identifier of the customer" }, { "name": "page_size", "value": "", "type": "query", "description": "Number of records to return per page (default 25, max 100)" }, { "name": "page_start", "value": "", "type": "query", "description": "Page token or offset for pagination" } ] }, "docs": "Retrieve all accounts associated with a specific customer, including account type, status, currency, and balance summary." } ] } ], "bundled": true }