cancel
Showing results for 
Search instead for 
Did you mean: 

Change to getTransactionDetailsand getSettledBatchList

Hey there,

 

With the latest release of getTransactionList, there are a couple of changes we made to the other two calls in the reporting API, getTransactionDetailsand getSettledBatchList. The guides will be updated soon, but in the meantime, here is what has changed:

 

For getTransactionDetails:

1.    <currencyCode> has been removed
2.    For SOAP only, we've removed batchType and are now using BatchDetailsType

For getSettledBatchList:

1.    <batchID> has been changed to string
2.    <cardType> is now <accountType>
3.    <currencyCode> has been removed
4.    SOAP only changes:

  • <statistics>
                 <BatchStatisticType>
                 </BatchStatisticType>
          </statistics>
         is now
        <statistics>
                  <statistic>
                  </statistic>
        </statistics>
  • <batchList>
                  <batchType>
                  </batchType>
       </batchList>
        is now
       <batchList>
                 <batch>
                 </batch>
        </batchList>
  • Removed batchType and are now using BatchDetailsType
  • batchStatisticType has been renamed BatchStatisticType

That's it. I'll reply to this thread once the updates to the guides are complete.

 

Thanks,

 

Michelle

Developer Community Manager

Michelle
All Star
1 REPLY 1

There is also a setting in the Merchant Interface that needs to be enabled in order to use the reporting API. Click here for instructions on how to enable the feature.

 

Thanks,

 

Michelle

Developer Community Manager

Michelle
All Star