Use configurable capture methods and set up future usage for South Korean payment methods
What’s new
The following South Korean payment methods now support setting the capture_method to manual, which overrides the configuration for the Session:
- South Korean cards
- Naver Pay
- Kakao Pay
- Samsung Pay
- the related setting
The following South Korean payment methods now support setup_future_usage, which you set when you create a Session:
Impact
You can now override the default automatic capture of a payment transaction using South Korean payment methods when you create a Checkout Session. Set capture_method to manual on the payment_method_options parameter for the specific payment method to place a hold on the payment method.
- South Korean cards
- Naver Pay
- Kakao Pay
- Samsung Pay
- the related setting
You can now specify whether to save South Korean payment method details during payment when you create a Checkout Session. For example, set setup_future_usage to off_session in the payment_method_options parameter for the specific payment method to enable charging the customer at a later time, such as for a cancellation fee.
- South Korean cards
- Naver Pay
- Kakao Pay
Changes
Upgrade
- View your current API version in Workbench.
- 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-11-20. acacia
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
- In Workbench, perform the upgrade . You can roll back the version for 72 hours.
Learn more about Stripe API upgrades.
