GET
/v1/treasury/received_debits/{id}Retrieve a received debit
Retrieves a specific received debit by its unique identifier. Use expand when you need selected fields returned in expanded form.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
idstringrequired
The unique identifier of the received debit. Must be no more than 5,000 characters.
expandarray<string>optional
Fields to expand in the response. Each field name must be no more than 5,000 characters.
200Returns the received debit, including its amount, currency, source financial account, network, status, linked flows, and failure details when applicable.
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).
descriptionstringrequired
An arbitrary string attached to the object. Often useful for displaying to users.
failure_codestringoptional
Reason for the failure. A ReceivedDebit might fail because the FinancialAccount doesn't have sufficient funds, is closed, or is frozen.
financial_accountstringoptional
The FinancialAccount that funds were pulled 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.
initiating_payment_method_detailsobjectoptional
linked_flowsobjectrequired
livemodebooleanrequired
If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
networkstringrequired
The network used for the ReceivedDebit.
objectstringrequired
String representing the object's type. Objects of the same type share the same value.
reversal_detailsobjectoptional
Details describing when a ReceivedDebit might be reversed.
statusstringrequired
Status of the ReceivedDebit. ReceivedDebits are created with a status of either `succeeded` (approved) or `failed` (declined). The failure reason can be found under the `failure_code`.
transactionstringoptional
The Transaction associated with this object.
defaultError response.
errorobjectrequired
Error handling
id must identify the received debit to retrieve and must be no more than 5,000 characters. Each value in expand must be a string of no more than 5,000 characters.