Connect プラットフォームでの不審請求の申請
Connect プラットフォームでの不審請求の申請に関する責任は以下のとおりです。
ダイレクト支払い
ダイレクト支払いを使用する連結アカウントで、プラットフォームがマイナス残高に対する責任を負わない場合 (Standard アカウントを含む)、それらのアカウントは独自の不審請求の申請を処理します。不審請求が申請された売上は、プラットフォームの残高ではなく、各アカウントの残高から差し引かれます。
プラットフォームが連結アカウント (Custom と Express のアカウントを含む) のマイナス残高に対する責任を負う場合、プラットフォームが最終的にこれらのアカウントにかかわる不審請求の責任を負うことになります。
プラットフォームがマイナス残高に対する責任を負う、連結アカウントでのダイレクト支払いの場合、 Stripe はその連結アカウントの残高から不審請求の申請に係る金額と手数料を引き落とします。ただし、最終的な責任を負うのはお客様のプラットフォームです。 Stripe が不審請求された金額と手数料を連結アカウントから引き落とすことができない場合、 Stripe はその金額をプラットフォームアカウントから引き落とします。
デスティネーション支払いおよび支払いと送金別方式
デスティネーション支払い および 支払いと送金別方式 では、on_
の有無にかかわらず、プラットフォームアカウントから不審請求の申請に係る金額と手数料が引き落とされます。
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_
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_
until after a dispute is lost.
不審請求の申請の管理を自動化して、チャージバックを処理するには、App Marketplace の Fraud Stripe アプリを参照してください。