Skip to main content

Iso20022PaymentIdentificationDTO

transactionIdentificationstring

Unique identification as assigned by the initiating party to be used as transaction identifier. If left empty, Mambu transaction id will be used. Must not exceed 35 characters.

Possible values: non-empty and <= 35 characters

endToEndIdentificationstring

Unique identification assigned by the payer to identify the transaction. This identification will be returned to the payer and passed on to the beneficiary. Must not exceed 35 characters.

Possible values: non-empty and <= 35 characters

uetrstring

Universally unique identifier to provide an end-to-end reference of a payment transaction.

Possible values: >= 36 characters and <= 36 characters

Iso20022PaymentIdentificationDTO
{
"transactionIdentification": "string",
"endToEndIdentification": "string",
"uetr": "string"
}