# Getting “The transfer is already fully reversed” errors after handling charge.failed webhook 

If your application reverses transfers on `charge.failed` events for [separate charges and transfers](https://docs.stripe.com/connect/separate-charges-and-transfers), you may receive this error: `The transfer tr_xxxxxx is already fully reversed`, where `tr_xxxxxx` is the transfer ID.
For platforms created on or after January 1, 2025, Stripe automatically reverses transfers from connected accounts when asynchronous payment methods fail. This type of failure no longer requires custom handling.
