コンテンツにスキップ
アカウントを作成
または
サインイン
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

注

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

Terminal でカードを保存するための同意のモデルを更新しました対応が必要な変更点

新機能

customer_consent_collected パラメーターを削除して、allow_redisplay に置き換えます。

setup_future_usage を使用するときは、allow_redisplay が必要です。

削除済み
customer_consent_collectedboolean

Indicates whether customer consent has been collected to redisplay the payment method.

追加済み
allow_redisplayenum

This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow. The field defaults to unspecified.

対応処理が必要な変更である理由

これは、Terminal でカード詳細を保存するときに allow_redisplay が必要になるため、対応が必要な変更です。SetupIntents については、customer_consent_collected が削除され、allow_redisplay に置き換えられました。setup_future_usage を指定する PaymentIntents については、カード詳細を収集する前に allow_redisplay も渡す必要があります。新しいバージョンでは、allow_redisplay を使用して、支払いを再度顧客に表示できるかどうかを制御する必要があります。

影響

Terminalを使用して、より多くの地域でカードを保存し、サービスの対象範囲を拡大できます。さらに、顧客の同意を収集する際の業界要件への準拠が改善されたため、規制遵守が保証されます。

setup_future_usage を指定するすべての SetupIntent 取引と PaymentIntent について、2025 年 3 月 31 日までに新しいパラメーターを実装システムに追加し、always または limited に設定する必要があります。

変更点

パラメーター変更するリソースまたは エンドポイント
allow_redisplay追加済み
Terminal.Reader#process_payment_intent.process_configTerminal.Reader#process_setup_intent
customer_consent_collected削除済み
Terminal.Reader#process_setup_intent

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.

関連する変更点

  • 再起動の時間設定を構成するためのサポートを追加しました
  • 有効なデバイスタイプとして Stripe S700 リーダーを追加しました
  • card_present PaymentMethod オブジェクトでオフライン回収に関する詳細を追加しました
このページはお役に立ちましたか。
はいいいえ
お困りのことがございましたら 、サポートにお問い合わせください。
早期アクセスプログラムにご参加ください。
変更ログをご覧ください。
ご不明な点がございましたら、お問い合わせください。
LLM ですか?llms.txt を読んでください。
Powered by Markdoc