Sample - Stripe API
GET/v1/treasury/debit_reversals/{debit_reversal}

Retrieve a debit reversal

Retrieves a specific DebitReversal object. Use debit_reversal to identify the reversal and expand to request additional response fields when needed.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

2 parameters
debit_reversalstringrequired
The unique identifier of the DebitReversal to retrieve. Must not exceed 5,000 characters.
expandarray<string>optional
Fields to expand in the response; each field name must not exceed 5,000 characters.

2 status codes
200Returns the DebitReversal object, including its amount, currency, financial account, network, received debit, status, and status transitions.
amountintegerrequired
Amount (in cents) transferred.
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).
financial_accountstringoptional
The FinancialAccount to reverse funds from.
hosted_regulatory_receipt_urlstringoptional
A [hosted transaction receipt](https://docs.stripe.com/treasury/moving-money/regulatory-receipts) URL that is provided when money movement is considered regulated under Stripe's money transmission licenses.
idstringrequired
Unique identifier for the object.
linked_flowsobjectoptional
Other flows linked to a DebitReversal.
livemodebooleanrequired
If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
metadataobjectrequired
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.
networkstringrequired
The rails used to reverse the funds.
Allowed:achcard
objectstringrequired
String representing the object's type. Objects of the same type share the same value.
Allowed:treasury.debit_reversal
received_debitstringrequired
The ReceivedDebit being reversed.
statusstringrequired
Status of the DebitReversal
Allowed:failedprocessingsucceeded
status_transitionsobjectrequired
transactionstringoptional
The Transaction associated with this object.
defaultError response.
errorobjectrequired

Error handling

debit_reversal must be a string no longer than 5,000 characters. Each expand value must also be a string no longer than 5,000 characters, and the identifier must refer to the DebitReversal you want to retrieve.