Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Use configurable capture methods and set up future usage for South Korean payment methods


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:

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

  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-11-20. acacia
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?