Temenos Transact · Schema

FundTransfer

A fund transfer operation in Temenos Transact for moving funds between accounts, supporting internal transfers, domestic payments, and cross-border transactions.

BankingCore BankingDigital BankingEnterpriseFinancial ServicesFintech

Properties

Name Type Description
transferId string Unique transfer identifier
debitAccountId string Source account identifier
debitCurrency string Currency of the debit account
creditAccountId string Destination account identifier
creditCurrency string Currency of the credit account
amount number Transfer amount
creditAmount number Amount credited (may differ due to exchange rate)
transferType string Type of transfer
status string Current transfer status
valueDate string Value date of the transfer
executionDate string Actual execution date
exchangeRate number Applied exchange rate for cross-currency transfers
chargesAmount number Total charges applied
chargesCurrency string Currency of the charges
narrative string Transfer description or purpose
endToEndReference string End-to-end reference for payment tracking
View JSON Schema on GitHub