eBay Merchant Data APIVersion 1255
 

ExternalTransactionType

Container consisting of details related to payment of an eBay order on an external system. This container is only returned if order payment has been made on an external system. For GetSellerTransaactions and GetItemTransactions, this container is not returned for multiple line item orders.

Types that use ExternalTransactionType:

Call that uses ExternalTransactionType:

Fields



ExternalTransactionID ( string ) [0..1]
Unique identifier for a payment of an eBay order that occurred outside of eBay's system.
See the Field Index to learn which calls use ExternalTransactionID.

ExternalTransactionStatus ( PaymentTransactionStatusCodeType ) [0..1]
The current processing status of an external payment for an eBay order.
See the Field Index to learn which calls use ExternalTransactionStatus.

ExternalTransactionTime ( dateTime ) [0..1]
Timestamp for the payment transaction.
See the Field Index to learn which calls use ExternalTransactionTime.

FeeOrCreditAmount ( AmountType (double) ) [0..1]
Fee amount is a positive value and credit amount is a negative value.
See the Field Index to learn which calls use FeeOrCreditAmount.

PaymentOrRefundAmount ( AmountType (double) ) [0..1]
If this dollar value is a positive amount, this is the amount that the buyer paid the seller through for purchase of the order. If this dollar value is a negative amount, this is the amount refunded to the buyer.

Note: If a refund is due to the buyer, the amount in this field will not include any 'Collect and Remit' tax (mandated US state sales tax or 'Goods and Services' tax in Australia or New Zealand) charged to the buyer for one or more order line items, since this tax is collected by eBay and not by the seller.
See the Field Index to learn which calls use PaymentOrRefundAmount.