Skip to content
Create account
or
Sign in
The Stripe Docs logo
/
Ask AI
Create account
Sign in
Get started
Payments
Revenue
Platforms and marketplaces
Money management
Developer resources
Overview
Versioning
Changelog
    Overview
    Basil
    Acacia
    Previous versions
Upgrade your API version
Upgrade your SDK version
Essentials
SDKs
API
Testing
Stripe CLI
Sample projects
Tools
Workbench
Developers Dashboard
Stripe Shell
Stripe for Visual Studio Code
Features
Workflows
Event Destinations
Stripe health alertsFile uploads
AI solutions
Agent toolkit
Security and privacy
Security
Privacy
Extend Stripe
Build Stripe apps
Use apps from Stripe
Partners
Partner ecosystem
Partner certification
HomeDeveloper resourcesChangelogBasil2025-06-30.basil

Adds support for saving Klarna payment methods

What’s new

Adds support for saving Klarna payment methods and charging them later with the customer either off-session or on-session. This feature is available both through Stripe Billing and through a direct integration with the Payment Intents API using setup_future_usage or the Setup Intents API.

Impact

You can now save Klarna payment methods and charge them later. Use this feature to:

  • Set up and charge subscriptions automatically, either through Stripe Billing or through a direct API integration
  • Sell a physical product and set up a subscription at the same time
  • Let your customer save their payment method for faster on-demand payments

Changes

ParametersChangeResources or endpoints
subscriptionsAdded
Checkout.Session#create.payment_method_options.klarnaPaymentIntent#confirm.payment_method_options.klarnaPaymentIntent#create.payment_method_options.klarna
 + 1 more
PaymentIntent#update.payment_method_options.klarna
klarnaAdded
Mandate.payment_method_detailsSetupIntent#confirm.payment_method_optionsSetupIntent#create.payment_method_options
 + 2 more
SetupIntent#update.payment_method_optionsSetupIntent.payment_method_options
on_demandAdded
PaymentIntent#confirm.payment_method_options.klarnaPaymentIntent#create.payment_method_options.klarnaPaymentIntent#update.payment_method_options.klarna
FieldsChangeFrom → to
PaymentIntent#confirm.payment_method_options.klarna.setup_future_usagePaymentIntent#create.payment_method_options.klarna.setup_future_usagePaymentIntent#update.payment_method_options.klarna.setup_future_usagePaymentIntent.payment_method_options.klarna.setup_future_usageChanged
literal('none') → enum('none'|'off_session'|'on_session')

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-06-30.basil
  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 new plan types for Japan installments
  • Adds BUUT as a supported bank when using iDEAL
  • Adds support for crypto payment method
Was this page helpful?
YesNo
Need help? Contact Support.
Join our early access programme.
Check out our changelog.
Questions? Contact Sales.
LLM? Read llms.txt.
Powered by Markdoc