Home
Find the answer to your question
Why does the GetOrders response not contain the <ExternalTransaction> container?
Summary
GetOrders not returning <ExternalTransaction> container
Detailed Description
In order to get the <ExternalTransaction> container in the response you need to specify <DetailLevel>ReturnAll</DetailLevel> for the input in the GetOrders request. The <ExternalTransaction> container will look something like this:
<ExternalTransaction>
<ExternalTransactionID>string<ExternalTransactionID>
<ExternalTransactionTime>2011-09-01T01:19:47.000Z</ExternalTransactionTime>
<FeeOrCreditAmount currencyID="USD">0.54</FeeOrCreditAmount>
<PaymentOrRefundAmount currencyID="USD">22.82</PaymentOrRefundAmount>
</ExternalTransaction>
Additional Resources