Hi Team,
We are using chargeCreditCard transaction , the respone is
<transactionResponse>
<responseCode>1</responseCode>
<authCode>45MCQT</authCode>
<avsResultCode>Y</avsResultCode>
<cvvResultCode>P</cvvResultCode>
<cavvResultCode>2</cavvResultCode>
<transId>2256435960</transId>
<refTransID></refTransID>
<transHash>D56C4C514A43DFFBEC385B09093B3331</transHash>
<testRequest>0</testRequest>
<accountNumber>XXXX0015</accountNumber>
<accountType>MasterCard</accountType>
<messages>
<message>
<net.authorize.api.contract.v1.TransactionResponse_-Messages_-Message>
<code>1</code>
<description>This transaction has been approved.</description>
</net.authorize.api.contract.v1.TransactionResponse_-Messages_-Message>
</message>
</messages>
</transactionResponse>
here, what does authCode mean , where and when it is used . and also refTransID, transHash and testRequest.
Please advise soon.
Thanks and Regards
Sowmya
04-19-2016 11:20 PM
Hello @Sowmya_B
A description for response fields are located in the API Reference. You can also check in our glossary.
Richard
04-20-2016 06:09 AM