Gift Card Capture Request

You must specify the Gift Card Capture request as follows. The structure of the request is identical for either an Online or a Batch submission.

<giftCardCapture id="Id" reportGroup="iQ Report Group" customerId="Customer Id">

  <cnpTxnId>Transaction Id from Auth Response</cnpTxnId>

  <captureAmount>Amt of Capture</captureAmount>

  <card>

  <originalRefCode>Auth Code from Auth Response</originalRefCode>

  <originalAmount>Amount from Auth Request</originalAmount>

  <originalTxnTime>txnTime from Auth Response</originalTxnTime>

</giftCardCapture>

Example: Gift Card Capture Request

<cnpOnlineRequest version="12.0" xmlns="http://www.vantivcnp.com/schema" merchantId="100">

  <authentication>

    <user>User Name</user>

    <password>Password</password>

  </authentication>

  <giftCardCapture id="834262" reportGroup="ABC Division" customerId="038945">

    <cnpTxnId>82823534116454002</cnpTxnId>

    <captureAmount>40000</captureAmount>

    <card>

      <type>GC</type>

      <number>9000000000000001</number>

    </card>

    <originalRefCode>123456</originalRefCode>

    <originalAmount>40000</originalAmount>

    <originalTxnTime>2016-07-25T15:13:43</originalTxnTime>

  </giftCardCapture>

</cnpOnlineRequest>