Hi,
We did not get the description for that particular order to call the GetTransactionList method. Please help it.
Thanks,
Raja
10-22-2015 04:34 AM
Hello @Rajavins1
Could you provide an example request you are making and describe what is missing in the response?
Richard
10-26-2015 07:53 AM
My sample here for live account
'<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetTransactionList xmlns="https://api.authorize.net/soap/v1/">
<merchantAuthentication>
<name>loginid</name>
<transactionKey>trkey</transactionKey>
</merchantAuthentication>
<request>
<batchId>batchid</batchId>
</request>
</GetTransactionList>
</soap12:Body>
</soap12:Envelope>'
We did not get the description for the transaction
10-28-2015 11:32 PM
10-29-2015 01:28 PM