Refund Reversal Response

An Refund Reversal response has the following structure.

<refundReversalResponse id="Refund Reversal Id" reportGroup="iQ Report Group" customerId="Customer Id">

  <cnpTxnId>Transaction Id</cnpTxnId>

  <response>Response Code</response>

  <responseTime>Date and Time in GMT</responseTime>

  <postDate>Date transaction posted</postDate> (Online Only)

  <message>Response Message</message>

  <location>Processing Location</location>

  <giftCardResponse>

</refundReversalResponse>

Example: Online Refund Reversal Response

<cnpOnlineResponse version="12.0" xmlns="http://www.vantivcnp.com/schema" response="0" message="Valid Format">

  <refundReversalResponse id="834262" reportGroup="ABC Division">

    <cnpTxnId>9695064321</cnpTxnId>

    <response>000</response>

    <responseTime>2017-03-22T15:13:43</responseTime>

    <postDate>2017-03-22</postDate>

    <message>Approved</message>

    <giftCardResponse>

      <txnTime>2017-03-22T12:00:00</txnTime>

      <refCode>003558</refCode>

      <systemTraceId>834528</systemTraceId>

      <sequenceNumber>123456</sequenceNumber>

      <availableBalance>0</availableBalance>

    </giftCardResponse>

  </refundReversalResponse>

</cnpOnlineResponse>