EventTranInfo

Transaction-specific properties of the event. These are populated on a best-effort basis.

direction
string

The direction of the payment instruction with respect to the Electrum partner. For example, INBOUND credit transfers are instructions to the partner to credit a customer's account while OUTBOUND credit transfers are instructions by the partner to credit an account at another institution.

Enum: "INBOUND" "OUTBOUND"
paymentScheme
string (PaymentSchemeName)

Identifies the scheme used for the payment

  • ZA_RTC: South African Realtime Clearing scheme
  • ZA_RPP: South African Realtime Payments Platform scheme.
  • ZA_EFT: South African Electronic Funds Transfer scheme.
Enum: "ZA_RTC" "ZA_RPP" "ZA_EFT"
service
string

The Electrum service which processed the transaction.

tranUetr
string

The UETR of the transaction to which this event pertains.

{
  • "direction": "INBOUND",
  • "paymentScheme": "ZA_RTC",
  • "service": "string",
  • "tranUetr": "string"
}
Copyright © Electrum Payments (Pty) Ltd. 2019-2023. All right reserved.