コンテンツにスキップ
アカウントを作成
または
サインイン
Stripe ドキュメントのロゴ
/
AI に質問する
アカウントを作成
サインイン
始める
支払い
売上
プラットフォームおよびマーケットプレイス
資金管理
開発者向けのツール
概要
バージョン管理
変更ログ
    概要
    Basil
    Acacia
    以前のバージョン
API バージョンのアップグレード
SDK バージョンをアップグレードする
開発者向けのツール
SDK
API
テスト
ワークベンチ
イベントの送信先
ワークフロー
Stripe CLI
Stripe Shell
開発者ダッシュボード
エージェントツールキット
LLM を使用した構築Visual Studio Code をご利用の場合Stripe 健全性アラートファイルのアップロード
セキュリティとプライバシー
セキュリティ
プライバシー
Stripe を拡張する
Stripe Apps
Stripe のコネクター
パートナー
Partner Ecosystem
パートナー認定
ホーム開発者向けのツールChangelogAcacia2024-09-30.acacia

注

このページはまだ日本語ではご利用いただけません。より多くの言語で文書が閲覧できるように現在取り組んでいます。準備が整い次第、翻訳版を提供いたしますので、もう少しお待ちください。

連結アカウントのリスク確認の詳細を追加しました対応が必要な変更点

新機能

このバージョンにアップグレードすると、連結アカウントのサポート対応状況の確認の問題の原因を理解できます。確認エラーは、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_supportability 値を追加するため、対応が必要な変更です。

影響

この詳細を使用して、連結アカウントに通知を送信し、要件に対応できるフォームを案内します。

変更点

値変更する列挙値
verification_supportability追加済み
Account.future_requirements.errors[].codeAccount.requirements.errors[].codeBankAccount.future_requirements.errors[].code
 + さらに 1 件
BankAccount.requirements.errors[].code

Upgrade

  1. View your current API version in Workbench.
  2. If you use an SDK, upgrade to the corresponding SDK version for this API version.
    • If you don’t use an SDK, update your API requests to include Stripe-Version: 2024-09-30.acacia
  3. Upgrade the API version used for webhook endpoints.
  4. Test your integration against the new version.
  5. If you use Connect, test your Connect integration.
  6. In Workbench, perform the upgrade. You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

このページはお役に立ちましたか。
はいいいえ
お困りのことがございましたら 、サポートにお問い合わせください。
早期アクセスプログラムにご参加ください。
変更ログをご覧ください。
ご不明な点がございましたら、お問い合わせください。
LLM ですか?llms.txt を読んでください。
Powered by Markdoc