Skip to content
Create account
or
Sign in
The Stripe Docs logo
/
Ask AI
Create account
Sign in
Get started
Payments
Finance automation
Platforms and marketplaces
Money management
Developer tools
Get started
Payments
Finance automation
Get started
Payments
Finance automation
Platforms and marketplaces
Money management
Overview
Versioning
Changelog
    Overview
    Basil
    Acacia
    Previous versions
Upgrade your API version
Upgrade your SDK version
Developer tools
SDKs
API
Testing
Workbench
Event Destinations
Workflows
Stripe CLI
Stripe Shell
Developers Dashboard
Agent toolkit
Stripe health alertsBuild with LLMsStripe for Visual Studio CodeFile uploads
Security
Security
Extend Stripe
Stripe Apps
Stripe Connectors
Partners
Partner ecosystem
Partner certification
HomeDeveloper toolsChangelogAcacia2024-10-28.acacia

Adds support for new South Korean payment methods

What’s new

Adds support for several new South Korean payment methods:

  • South Korean cards
  • Naver Pay
  • Kakao Pay
  • Samsung Pay
  • PAYCO

You can use these payment methods with any of the following integration paths:

  • Checkout
  • Elements
  • Payment Links
  • Billing
  • Invoicing

Impact

Wallets and cards are popular payment methods in South Korea, with a variety of local card issuers but no single predominant brand. To provide familiar payment options and increase conversion rates, you can now offer the majority of payment methods available in South Korea to your customers.

You can now use these South Korean payments with:

  • capture_method: This lets you place a hold on a payment method.

  • setup_future_usage: This lets you save payment details during payment and charge the payment method later.

This makes it easier to use the South Korean payment methods with Stripe connectors.

Changes

ParametersChangeResources or endpoints
kakao_paykr_cardAdded
Charge.payment_method_detailsConfirmationToken.payment_method_previewConfirmationToken.testHelpers#create.payment_method_data
 + 14 more
Mandate.payment_method_detailsPaymentIntent#confirm.payment_method_dataPaymentIntent#confirm.payment_method_optionsPaymentIntent#create.payment_method_dataPaymentIntent#create.payment_method_optionsPaymentIntent#update.payment_method_dataPaymentIntent#update.payment_method_optionsPaymentIntent.payment_method_optionsPaymentMethod#createPaymentMethodSetupAttempt.payment_method_detailsSetupIntent#confirm.payment_method_dataSetupIntent#create.payment_method_dataSetupIntent#update.payment_method_data
naver_payAdded
Charge.payment_method_detailsConfirmationToken.payment_method_previewConfirmationToken.testHelpers#create.payment_method_data
 + 13 more
PaymentIntent#confirm.payment_method_dataPaymentIntent#confirm.payment_method_optionsPaymentIntent#create.payment_method_dataPaymentIntent#create.payment_method_optionsPaymentIntent#update.payment_method_dataPaymentIntent#update.payment_method_optionsPaymentIntent.payment_method_optionsPaymentMethod#createPaymentMethod#updatePaymentMethodSetupIntent#confirm.payment_method_dataSetupIntent#create.payment_method_dataSetupIntent#update.payment_method_data
paycosamsung_payAdded
Charge.payment_method_detailsConfirmationToken.payment_method_previewConfirmationToken.testHelpers#create.payment_method_data
 + 12 more
PaymentIntent#confirm.payment_method_dataPaymentIntent#confirm.payment_method_optionsPaymentIntent#create.payment_method_dataPaymentIntent#create.payment_method_optionsPaymentIntent#update.payment_method_dataPaymentIntent#update.payment_method_optionsPaymentIntent.payment_method_optionsPaymentMethod#createPaymentMethodSetupIntent#confirm.payment_method_dataSetupIntent#create.payment_method_dataSetupIntent#update.payment_method_data
kakao_pay_paymentskr_card_paymentsnaver_pay_paymentspayco_paymentssamsung_pay_paymentsAdded
Account#create.capabilitiesAccount#update.capabilitiesAccount.capabilities
kakao_paykr_cardnaver_paypaycosamsung_payAdded
Checkout.Session#create.payment_method_optionsCheckout.Session.payment_method_options
ValuesChangeEnums
kakao_paykr_cardnaver_paypaycosamsung_payAdded
Checkout.Session#create.payment_method_types[]Customer#list_payment_methods.typePaymentMethod#create.type
 + 1 more
PaymentMethod#list.type
kakao_paykr_cardnaver_paypaycosamsung_payAdded
ConfirmationToken.testHelpers#create.payment_method_data.typePaymentIntent#confirm.payment_method_data.typePaymentIntent#create.payment_method_data.type
 + 4 more
PaymentIntent#update.payment_method_data.typeSetupIntent#confirm.payment_method_data.typeSetupIntent#create.payment_method_data.typeSetupIntent#update.payment_method_data.type
kakao_paykr_cardnaver_paypaycoAdded
Invoice#create.payment_settings.payment_method_types[]Invoice#update.payment_settings.payment_method_types[]Invoice.payment_settings.payment_method_types[]
 + 3 more
Subscription#create.payment_settings.payment_method_types[]Subscription#update.payment_settings.payment_method_types[]Subscription.payment_settings.payment_method_types[]
kakao_paykr_cardnaver_paypaycosamsung_payAdded
ConfirmationToken.payment_method_preview.typePaymentMethod.type

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-10-28.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.

Related changes

  • Adds support for Alma in France
Was this page helpful?
YesNo
Need help? Contact Support.
Join our early access program.
Check out our changelog.
Questions? Contact Sales.
LLM? Read llms.txt.
Powered by Markdoc