ctxPaymentInformation
The ctxPaymentInformation
element is an optional child of the accountInfo
element for Batch submitted transactions only. Payment Facilitators can use this element to submit a description of certain Instruction Based Dynamic Payout transactions. You define the description using the ctxPaymentDetail
child element. The information appears in the extended detail section of the receiver’s bank statement, if supported by the receiving bank.
Parent Elements:
Attributes:
None
Child Elements:
Example: cxtPaymentInformation Structure
<ctxPaymentInformation>
<ctxPaymentDetail>Payment Description 1</ctxPaymentDetail>
<ctxPaymentDetail>Payment Description 2</ctxPaymentDetail>
.
.
.
<ctxPaymentDetail>Payment Description n</ctxPaymentDetail>
</ctxPaymentInformation>