Skip to main content

This type contains information about a refund issued for an order. This does not include line item level refunds.

Type that uses OrderRefund

PaymentSummary

Calls that use OrderRefund

Fields

Field
Type
Description
amount
This field shows the refund amount for an order. This container is always returned for each refund.

Note: The refund amount shown is the seller's net amount received from the sale/transaction. eBay-collected tax will not be included in this amount, so the actual amount of the buyer's refund may be higher than this value.
refundDate
The date and time that the refund was issued. This timestamp is in ISO 8601 format, which uses the 24-hour Universal Coordinated Time (UTC) clock. This field is not returned until the refund has been issued.

Format: [YYYY]-[MM]-[DD]T[hh]:[mm]:[ss].[sss]Z
Example: 2015-08-04T19:09:02.768Z
refundId
Unique identifier of a refund that was initiated for an order through the issueRefund method. If the issueRefund method was used to issue one or more refunds at the line item level, these refund identifiers are returned at the line item level instead (lineItems.refunds.refundId field).

A refundId value is returned in the response of the issueRefund method, and this same value will be returned in the getOrders and getOrders responses for pending and completed refunds. For other refunds, see the refundReferenceId field.
refundReferenceId
The eBay-generated unique identifier for the refund. This field is not returned until the refund has been issued.
refundStatus
This enumeration value indicates the current status of the refund to the buyer. This container is always returned for each refund.