Sample Payment Transfer Request and Response in XML Format

Using the below example, you can transfer a payment request for the 001878288481 payment event.

Sample Payment Transfer Request in XML Format

<c1-transferPayment>
    <paymentId></paymentId>
    <paymentEventId>001878288481</paymentEventId>
    <transferType>E</transferType>
    <transferReason>ENTR</transferReason>
    <matchType>SA-ID</matchType>
    <matchTypeValue>5571092420</matchTypeValue>
    <transferAmount>200</transferAmount>
</c1-transferPayment>

Sample Payment Transfer Response in XML Format

<c1-transferPayment>
    <paymentId></paymentId>
    <paymentEventId>001878288481</paymentEventId>
    <transferType>E</transferType>
    <transferReason>ENTR</transferReason>
    <matchType>SA-ID</matchType>
    <matchTypeValue>5571092420</matchTypeValue>
    <transferAmount>200</transferAmount>
    <paymentResponse>
        <paymentId></paymentId>
        <paymentEventId>001878288481</paymentEventId>
        <paymentStatus>Frozen</paymentStatus>
        <messageValue></messageValue>
        <statusCd>Success</statusCd>
        <paymentStatusDesc></paymentStatusDesc>
    </paymentResponse>
</c1-transferPayment>
Note: We have given the above request and response samples to illustrate how the tags should be nested while sending a payment transfer request from the external system. However, you should not seamlessly use this request sample in your environment because the required pre-requisite data may not be available in your environment. In such case, the system will give erroneous results.

Related Topics

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