Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

List all DebitReversals


List all DebitReversals

GET / v1 / treasury / debit_reversals

Returns a list of DebitReversals.

Parameters

  • financial _ account string Returns objects associated with this FinancialAccount.
  • received _ debit string Only return DebitReversals for the ReceivedDebit ID.
  • resolution enum Only return DebitReversals for a given resolution. Possible enum values lost DebitReversal was lost, and no Transactions will be created. won DebitReversal was won, and a crediting Transaction will be created.
  • status enum Only return DebitReversals for a given status. Possible enum values canceled The DebitReversal has been canceled before it has been sent to the network and no funds have been returned to the account. (Currently not supported). completed The network has provided a resolution for the DebitReversal. If won, a crediting Transaction is created. processing The DebitReversal starting state.

More parameters

  • ending _ before string
  • limit integer
  • starting _ after string

Returns

A dictionary with a data property that contains an array of up to limit DebitReversals, starting after DebitReversal starting_after. Each entry in the array is a separate DebitReversal object. If no more DebitReversals are available, the resulting array will be empty.

Response

Last verified 2026-09-24

Is this helpful?