Load Response

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

<loadResponse 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>

  <fraudResult>

  <giftCardResponse>

</loadResponse>

Example:  Load Response

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

  <loadResponse 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-22T15:13:38</txnTime>

      <refCode>123456</refCode>

      <systemTraceId>123456</systemTraceId>

      <sequenceNumber>123456</sequenceNumber>

      <availableBalance>5000</availableBalance>

    </giftCardResponse>

  </loadResponse>

</cnpOnlineResponse>