Temenos Transact · Example Payload

Temenos Transact Core Banking Account Example

BankingCore BankingDigital BankingEnterpriseFinancial ServicesFintech

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

Top-level fields

accountIdaccountNamecustomerIdcustomerNameproductIdproductNameaccountTypecurrencystatusopeningDateworkingBalanceavailableBalanceaccountOfficerIdbranchIdibanbic

Example Payload

Raw ↑
{
  "accountId": "500123",
  "accountName": "example_value",
  "customerId": "500123",
  "customerName": "example_value",
  "productId": "500123",
  "productName": "example_value",
  "accountType": "example_value",
  "currency": "example_value",
  "status": "example_value",
  "openingDate": "example_value",
  "workingBalance": 42.5,
  "availableBalance": 42.5,
  "accountOfficerId": "500123",
  "branchId": "500123",
  "iban": "example_value",
  "bic": "example_value"
}