Temenos Transact · Example Payload

Temenos Transact Core Banking Customer Example

BankingCore BankingDigital BankingEnterpriseFinancial ServicesFintech

Temenos Transact Core Banking Customer Example is an example object payload from Temenos Transact, with 22 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

customerIdcustomerMnemonicshortNamecustomerNamesdisplayNamestitlegenderdateOfBirthnationalityIdresidenceIdlanguagecustomerStatussectorIdindustryIdaccountOfficerIdtargetcommunicationDevicesaddressescustomerCompanyamlCheckamlResultkycStatus

Example Payload

Raw ↑
{
  "customerId": "500123",
  "customerMnemonic": "example_value",
  "shortName": "example_value",
  "customerNames": [],
  "displayNames": [],
  "title": "Example Title",
  "gender": "example_value",
  "dateOfBirth": "example_value",
  "nationalityId": "500123",
  "residenceId": "500123",
  "language": 10,
  "customerStatus": 10,
  "sectorId": "500123",
  "industryId": "500123",
  "accountOfficerId": "500123",
  "target": 10,
  "communicationDevices": [],
  "addresses": [],
  "customerCompany": "example_value",
  "amlCheck": "example_value",
  "amlResult": "example_value",
  "kycStatus": "example_value"
}