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
| Parameters | Change | Resources or endpoints |
|---|---|---|
| buyer_id | Added | ConfirmationToken.payment_method_preview.naver_pay PaymentMethod.naver_pay |
| naver_pay | Added | Mandate. payment_method_details SetupAttempt. payment_method_details |
| setup_future_usage | Added | PaymentIntent#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
- 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: 2025-03-31. basil
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
Learn more about Stripe API upgrades.
Related changes
- Updates the Vault and Forward API to return a 402 status code for upstream request timeouts
- Removes manual capture method for Interac cards
- Payment Methods won’t allow modifying fields for Naver Pay after the object is first created
- Partially capturing or cancelling payments no longer creates a Refund
- Adds support for Klarna in the hosted invoice page
- Adds ability to configure saved payment methods for one-time payments on the hosted invoice page
- Adds support for the Billie local payment method
- Adds support for the Satispay local payment method
- Makes the client parameter optional for WeChat Pay until confirmation
- Adds support for the New Zealand the related setting Direct Debit local payment method
