Adds the ability to exclude payment methods from Checkout Sessions and Payment Intents
新機能
Adds excluded_payment_method_types when creating Checkout Sessions, and excluded_payment_method_types when updating or confirming PaymentIntents.
影響
Use the excluded_
parameter to exclude individual dynamic payment methods from a particular transaction. The Checkout Session’s payment_method_types property doesn’t include any of the excluded payment methods, and the UI doesn’t present them to users.
変更点
アップグレード
関連する変更
- Removes postal code for card payments in certain regions on Checkout and Payment Element
- Removes currency conversion field from Checkout Session object
- Removes support for the redirectToCheckout method
- Updates initCheckout to be synchronous
- Adds support for collecting business and individual names in Checkout Sessions
- Adds support for setting the capture method for specific payment methods with the Checkout Sessions API
- Adds support for configuring branding settings for Checkout Sessions
- Enables specifying units of measurement for Products