Temenos Transact · Example Payload

Temenos Transact Core Banking Deposit Example

BankingCore BankingDigital BankingEnterpriseFinancial ServicesFintech

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

Top-level fields

depositIdcustomerIdproductIdproductNameprincipalAmountcurrentBalancecurrencyinterestRateaccruedIntereststartDatematurityDatetermrenewalTypestatus

Example Payload

Raw ↑
{
  "depositId": "500123",
  "customerId": "500123",
  "productId": "500123",
  "productName": "example_value",
  "principalAmount": 42.5,
  "currentBalance": 42.5,
  "currency": "example_value",
  "interestRate": 42.5,
  "accruedInterest": 42.5,
  "startDate": "example_value",
  "maturityDate": "example_value",
  "term": "example_value",
  "renewalType": "example_value",
  "status": "example_value"
}