Temenos Transact · Example Payload

Temenos Transact Core Banking Standing Order Example

BankingCore BankingDigital BankingEnterpriseFinancial ServicesFintech

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

Top-level fields

standingOrderIdaccountIdbeneficiaryIdbeneficiaryAccountIdbeneficiaryNameamountcurrencyfrequencystartDateendDatenextPaymentDatestatusnarrative

Example Payload

Raw ↑
{
  "standingOrderId": "500123",
  "accountId": "500123",
  "beneficiaryId": "500123",
  "beneficiaryAccountId": "500123",
  "beneficiaryName": "example_value",
  "amount": 42.5,
  "currency": "example_value",
  "frequency": "example_value",
  "startDate": "example_value",
  "endDate": "example_value",
  "nextPaymentDate": "example_value",
  "status": "example_value",
  "narrative": "example_value"
}