Gift Card Capture Response

A Gift Card Capture response has the following structure. The response message is identical for Online and Batch transactions except Online includes the <postDate> element.

<giftCardCaptureResponse id="Load 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>

  <accountUpdater>

  <fraudResult>

  <giftCardResponse>

</giftCardCaptureResponse>

Example:  Gift Card Capture Response

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

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

    <cnpTxnId>9695064321</cnpTxnId>

    <response>000</response>

    <responseTime>2020-03-25T15:13:43</responseTime>

    <postDate>2020-03-25</postDate>

    <message>Approved</message>

    <giftCardResponse>

      <txnTime>2020-03-25T15:13:38</txnTime>

      <refCode>123456</refCode>

      <systemTraceId>123456</systemTraceId>

      <sequenceNumber>123456</sequenceNumber>

      <availableBalance>5000</availableBalance>

    </giftCardResponse>

  </giftCardCaptureResponse>

</cnpOnlineResponse>