cancel
Showing results for 
Search instead for 
Did you mean: 

Did not get the description for this GetTransactionList method

Hi,

We did not get the description for that particular order to call the  GetTransactionList method. Please help it.

 

 

 

 

 

 

 

 

 

 

Thanks,

Raja

Rajavins1
Member
3 REPLIES 3

Hello @Rajavins1

 

Could you provide an example request you are making and describe what is missing in the response?

 

Richard

RichardH
Administrator Administrator
Administrator

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

Hello @Rajavins1

 

Is the response empty?  Are you using our API or an SDK?

 

Richard