Query Transaction Request

You must structure your Query request as shown below.

<queryTransaction id="GCQueryAuth" reportGroup = "Mer5PM1" customerId="1">

  <origId>id Attribute from Original Transaction</origId>

  <origActionType>Code for type of Original Transaction</origActionType>

  <origCnpTxnId>cnpTxnId from Original Transaction</origcnpTxnId>

  <showStatusOnly>Y or N</showStatusOnly>

</queryTransaction>

Example:  Query Transaction Request

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

  <authentication>

    <user>User Name</user>

    <password>Password</password>

  </authentication>

  <queryTransaction id="query1" reportGroup="Some RG" customerId="038945">

    <origId>834262</origId>

    <origActionType>A</origActionType>

    <origCnpTxnId>9695061110103040608</origCnpTxnId>

  </queryTransaction>

</cnpOnlineRequest>