Sample - Stripe API
GET/v1/treasury/credit_reversals/{credit_reversal}

Retrieve a credit reversal

Retrieves a specific credit reversal by its unique identifier. Use the identifier from a credit reversal creation response or list to view the reversed amount, financial account, received credit, network, and processing status.

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

2 parameters
credit_reversalstringrequired
The unique identifier of the credit reversal to retrieve.
expandarray<string>optional
Fields to expand in the response.

2 status codes
200Returns the credit reversal object, including its amount, currency, financial account, received credit, network, status, transaction, metadata, and creation details.
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_accountstringrequired
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.
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:achstripe
objectstringrequired
String representing the object's type. Objects of the same type share the same value.
Allowed:treasury.credit_reversal
received_creditstringrequired
The ReceivedCredit being reversed.
statusstringrequired
Status of the CreditReversal
Allowed:canceledpostedprocessing
status_transitionsobjectrequired
transactionstringoptional
The Transaction associated with this object.
defaultError response.
errorobjectrequired

Error handling

credit_reversal must identify an existing credit reversal. Use expand to request additional response fields when needed.