連結アカウントのリスク確認の詳細を追加しました対応が必要な変更点
新機能
このバージョンにアップグレードすると、連結アカウントのサポート対応状況の確認の問題の原因を理解できます。確認エラーは、requirements.errors.code 列挙型で確認できます。
新しいエラーには、以下のリスク要件の要件を説明するテキストが含まれています。
supportability_
rejection_ appeal business_
model_ verification restricted_
or_ prohibited_ industry_ diligence other_
supportability_ inquiry
たとえば、連結アカウントがアルコールを販売しているために本人確認に失敗した場合、reason
フィールドに次のメッセージが表示されます。「禁止業種および制限付き業種のリストに記載されていますように、Stripe 利用規約では、アルコール類など年齢制限のある商品の決済を受け付けることはできません。」
{ "id": "{{CONNECTED_ACCOUNT_ID}}", // ... "requirements": { "disabled_reason": "other", "past_due": ["interv_abc123.restricted_or_prohibited_industry_diligence.form"], "pending_verification": [], "errors": [ { "code": "verification_supportability", "reason": "We can't accept payments for age-resticted goods such as alcohol under the Stripe Services Agreement, as mentioned in the restricted businesses list.", "requirement": "interv_abc123.restricted_or_prohibited_industry_diligence.form" } ], "alternatives": [] // ... } }
リスク確認の処理の詳細をご覧ください。
対応処理が必要な変更である理由
これは、要件のエラーコード列挙型に新しい verification_
値を追加するため、対応が必要な変更です。
影響
この詳細を使用して、連結アカウントに通知を送信し、要件に対応できるフォームを案内します。