| [ Web Proxy ] |
| Viewing: https://docs.stripe.com/connect/disputes | [Back] [Original] |
You can view all disputes filed against your platform and connected accounts in your Dashboard. When one of your connected accounts receives a dispute against a payment, the charge type and negative balance responsibility determine:
This guide describes how Stripe processes disputes for each charge type and how you can handle them.
For connected accounts that use direct charges, Stripe always attempts to debit disputed amounts from the connected accounts balance. However, if Stripe cant debit the amount, ultimate responsibility depends on whether Stripe or the platform is responsible for negative balances.
For dispute-related fees, responsibility depends on your connected account options. The following table shows whether Stripe debits dispute-related fees from the platform or the connected account:
| Account option | Dispute fee payer |
|---|---|
v2 Account with defaults.responsibilities.fees_collector = application | Platform |
v2 Account with defaults.responsibilities.fees_collector = any of the following values, including legacy Standard, Express, and Custom accounts:
| Connected account |
v2 Account with defaults.responsibilities.fees_collector = application_unified_accounts_beta and without Smart Disputes fee passthrough enabled | Connected account |
v2 Account with defaults.responsibilities.fees_collector = application_unified_accounts_beta and with Smart Disputes fee passthrough enabled | Platform |
v1 Account with controller.fees.payer = application | Platform |
v1 Account with controller.fees.payer = any of the following values, including legacy Standard, Express, and Custom accounts:
| Connected account |
v1 Account with controller.fees.payer = application_unified_accounts_beta and without Smart Disputes fee passthrough enabled | Connected account |
v1 Account with controller.fees.payer = application_unified_accounts_beta and with Smart Disputes fee passthrough enabled | Platform |
For destination charges and separate charges and transfers, with or without on_behalf_of, Stripe debits dispute amounts and fees from your platform account.
We recommend setting up a webhook to listen to dispute created events. When that happens, you can attempt to recover funds from the connected account by reversing the transfer through the Dashboard or by creating a transfer reversal.
If the connected account has a negative balance, Stripe attempts to debit its external account if debit_negative_balances is set to true.
If you challenge the dispute and win, you can transfer the funds that you previously reversed back to the connected account. If your platform has an insufficient balance, the transfer fails. Prevent insufficient balance errors by adding funds to your Stripe balance.
Retransferring a previous reversal is subject to cross-border transfer restrictions, meaning you might have no means to repay your connected account. Instead, wait to recover disputed cross-border payment transfers for destination charges with on_behalf_of until after a dispute is lost.
To automate dispute management and handle chargebacks, browse Fraud Stripe Apps on the App Marketplace.
Your connected accounts can use Connect embedded components to manage disputes from within your site.
The following components support dispute management:
If you use Smart Disputes, you can enable Smart Disputes auto-responses for your connected accounts.
| Web Proxy Viewer | New URL | Original Page |