Skip to content

Transfer Reversals ​

Stripe Connect platforms can reverse transfers made to a connected account, either entirely or partially, and can also specify whether to refund any related application fees. Transfer reversals add to the platform’s balance and subtract from the destination account’s balance.

Reversing a transfer that was made for a destination charge is allowed only up to the amount of the charge. It is possible to reverse a transfer_group transfer only if the destination account has enough balance to cover the reversal.

Related guide: Reverse transfers

Endpoints ​

Create a transfer reversal ​

  • POST /v1/transfers/:id/reversals

Update a reversal ​

  • POST /v1/transfers/:id/reversals/:id

Retrieve a reversal ​

  • GET /v1/transfers/:id/reversals/:id

List all reversals ​

  • GET /v1/transfers/:id/reversals

Stripe API Reference - Self-contained docs reference, refreshed 2026-05-18