OriginalTransactionData

Contains key elements related to the original transaction that is being referred to.

object (TransactionAmounts)
object (Party)

This model is the basic representation of a Party. It is expanded on depending on whether the party is a person or an organisation.

object (PaymentAccount)

Representation of an account for payment purposes. Note that at least one of identification or proxy is expected to be present.

object (InstitutionIdentification)
object (Party)

This model is the basic representation of a Party. It is expanded on depending on whether the party is a person or an organisation.

object (PaymentAccount)

Representation of an account for payment purposes. Note that at least one of identification or proxy is expected to be present.

object (InstitutionIdentification)
paymentMethod
string

Specifies the means of payment for the original transaction.

Enum: "CreditTransfer" "DirectDebit"
object (PaymentTypeInformation)
object (RemittanceInformation)
settlementDate
string <date>

Date on which the amount of money ceases to be available to the agent that owes it and when the amount of money becomes available to the agent to which it is due.

object (SupplementaryData)

A list of key-value pairs to support adding any supplementary/additional data to an Electrum Regulated Payments API message.

{
  • "amounts": {
    },
  • "creditor": {
    },
  • "creditorAccount": {
    },
  • "creditorAgent": {
    },
  • "debtor": {
    },
  • "debtorAccount": {
    },
  • "debtorAgent": {
    },
  • "paymentMethod": "CreditTransfer",
  • "paymentTypeInformation": {
    },
  • "remittanceInformation": {
    },
  • "settlementDate": "2019-08-24",
  • "supplementaryData": {
    }
}
Copyright © Electrum Payments (Pty) Ltd. 2019-2023. All right reserved.