PaymentIdentificationDTO
Payment instruction reference.
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
PaymentIdentificationDTO
{
"transactionIdentification": "string",
"endToEndIdentification": "string"
}