Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds support for saving and reusing Naver Pay payment methods


Adds support for saving and reusing Naver Pay payment methods

What’s new

You can save Naver Pay payment methods and use them for future payments.

Impact

You can now use Naver Pay with:

  • SetupIntent : Save payment method details without making a payment and make payments in the future.
  • setup_future_usage : Save payment details during payment and make additional payments in the future.

Use the buyer_id parameter in PaymentMethod.naver_pay and SetupAttempt.payment_method_details.naver_pay to check if two Naver Pay accounts are the same.

Changes

ParametersChangeResources or endpoints
buyer_idAddedConfirmationToken.payment_method_preview.naver_pay PaymentMethod.naver_pay
naver_payAddedMandate. payment_method_details SetupAttempt. payment_method_details
setup_future_usageAddedPaymentIntent#confirm. payment_method_options. naver_pay PaymentIntent#create.payment_method_options.naver_pay PaymentIntent#update.payment_method_options.naver_pay + 1 more PaymentIntent.payment_method_options.naver_pay

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: 2025-03-31. basil
  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?