Adaptive Pricing の表示情報を追加しました
新規情報
Adds a presentment_details object to the Checkout Session to provide information about the currency and amount presented to customers when Adaptive Pricing was used on a Checkout Session.
影響
A recent update to Adaptive Pricing maintains Checkout Session currency in the same currency as your Stripe integration, with context about the customer’s choice now available under Checkout Session presentment_details when Adaptive Pricing is used. Previously, currency was the customer’s choice of currency and the currency of your Stripe integration was described under currency_conversion.
今後のリリースで、レガシーの currency_conversion フィールドを Checkout セッションリソースから削除する予定です。変更に備えるには、currency_conversion.source_currency の参照先を Checkout セッションの currency に置き換え、currency_conversion.amount_total の参照先を Checkout セッションの amount_total に置き換えてシステムを更新します。顧客が選択した通貨については、presentment_detailsで確認できます。