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 new plan types for Japan installments

What’s new

Adds bonus and revolving enum values to the type parameter for card installment plans.

Impact

This change coincides with the release of installment payments for Stripe Japan accounts, which support other plan types than fixed_count to also choose from:

  • With a bonus installment plan, the customer defers payment to a later date that aligns with their salary bonus.
  • With a revolving installment plan, the customer pays a certain amount each month, and the remaining balance rolls over to the next month.

Changes

FieldsChangeFrom → to
Charge.payment_method_details.card.installments.plan.typeConfirmationToken.payment_method_options.card.installments.plan.typeConfirmationToken.testHelpers#create.payment_method_options.card.installments.plan.typeInvoice#create.payment_settings.payment_method_options.card.installments.plan.typeInvoice#update.payment_settings.payment_method_options.card.installments.plan.typePaymentIntent#confirm.payment_method_options.card.installments.plan.typePaymentIntent#create.payment_method_options.card.installments.plan.typePaymentIntent#update.payment_method_options.card.installments.plan.typePaymentIntent.payment_method_options.card.installments.available_plans[].typePaymentIntent.payment_method_options.card.installments.plan.typeChanged
literal('fixed_count') → enum('bonus'|'fixed_count'|'revolving')literal('fixed_count') → enum('bonus'|'fixed_count'|'revolving')literal('fixed_count') → enum('bonus'|'fixed_count'|'revolving')
 + 7 more
literal('fixed_count') → enum('bonus'|'fixed_count'|'revolving')literal('fixed_count') → enum('bonus'|'fixed_count'|'revolving')literal('fixed_count') → enum('bonus'|'fixed_count'|'revolving')literal('fixed_count') → enum('bonus'|'fixed_count'|'revolving')literal('fixed_count') → enum('bonus'|'fixed_count'|'revolving')literal('fixed_count') → enum('bonus'|'fixed_count'|'revolving')literal('fixed_count') → enum('bonus'|'fixed_count'|'revolving')

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 support for saving Klarna payment methods
  • 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 program.
Check out our changelog.
Questions? Contact Sales.
LLM? Read llms.txt.
Powered by Markdoc