Payment Creation Response in XML Format

The following code snippet illustrates how the tags are nested while sending the payment creation response in the XML format:

<C1-createPayment>
    <payeeAccount></payeeAccount>
    <matchType></matchType>
    <matchTypeValue></matchTypeValue>
    <statementId></statementId>
    <tenderList>
        <tenderType></tenderType>
        <tenderCurrency></tenderCurrency>
        <tenderAmount></tenderAmount>
        <checkNumber></checkNumber>
        <payorAccount></payorAccount>
        <micrId></micrId>
        <externalReferenceId></externalReferenceId>
        <name></name>
        <paymentTenderCharacteristic>
            <characteristicType></characteristicType>
            <characteristicValue></characteristicValue>
        <paymentTenderCharacteristic>
  </tenderList>
    <paymentCharacteristic>
        <characteristicType></characteristicType>
        <characteristicValue></characteristicValue>
    <paymentCharacteristic>
    <paymentsDtls>
        <paymentEventId></paymentEventId>
        <paymentId></paymentId>
        <messageValue></messageValue>
        <paymentStatusDesc></paymentStatusDesc>
        <statusCd></statusCd>
        <paymentStatus></paymentStatus>
    </paymentsDtls>
</C1-createPayment>  

Related Topics

For more information on... See...
Payment Creation Request in XML Format Payment Creation Request in XML Format
Payment Creation Request and Response - Tags in XML Format Payment Creation Request and Response - Tags in XML Format
Sample Payment Creation Request and Response in XML Format Sample Payment Creation Request and Response in XML Format