GET
/v1/transfers/{transfer}/reversals/{id}Retrieve a transfer reversal
Retrieves a specific reversal belonging to a transfer. Use the transfer and reversal identifiers together to obtain details about the reversal, including its amount, currency, and related refunds.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
idstringrequired
The unique identifier of the reversal to retrieve.
transferstringrequired
The unique identifier of the transfer containing the reversal.
expandarray<string>optional
Fields to expand in the response.
200Returns the transfer reversal object, including its amount, currency, transfer identifier, creation time, metadata, and related balance, refund, or source objects when available.
amountintegerrequired
Amount, in cents (or local equivalent).
balance_transactionstringoptional
Balance transaction that describes the impact on your account balance.
createdintegerrequired
Time at which the object was created. Measured in seconds since the Unix epoch.
currencystringrequired
Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
destination_payment_refundstringoptional
Linked payment refund for the transfer reversal.
idstringrequired
Unique identifier for the object.
metadataobjectoptional
Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
objectstringrequired
String representing the object's type. Objects of the same type share the same value.
source_refundstringoptional
ID of the refund responsible for the transfer reversal.
transferstringrequired
ID of the transfer that was reversed.
defaultError response.
errorobjectrequired
Error handling
transfer must identify the parent transfer and id must identify a reversal belonging to that transfer. Use expand to request additional response fields when needed.