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
    Clover
    Basil
    Acacia
    Previous versions
Upgrade your API version
Upgrade your SDK version
Essentials
SDKs
API
Testing
Stripe CLI
Sample projects
Tools
Stripe Dashboard
Workbench
Developers Dashboard
Stripe Shell
Stripe for Visual Studio Code
Features
Workflows
Event destinations
Stripe health alertsFile uploads
AI solutions
Agent toolkit
Model Context ProtocolBuild agentic AI SaaS Billing workflows
Security and privacy
Security
Stripebot web crawler
Privacy
Extend Stripe
Build Stripe apps
Use apps from Stripe
Partners
Partner ecosystem
Partner certification
HomeDeveloper resourcesChangelogClover2025-09-30.clover

Removes deprecated messaging and bank elements that were replacedBreaking changes

What’s new

We removed deprecated elements for:

  • Showing Affirm and Afterpay (Clearpay) messaging
  • Collecting bank payments.

We replaced these elements with the Payment Method Messaging Element and the Payment Element.

Why is this a breaking change?

This release removes the following deprecated elements for messaging and accepting payments from Stripe.js:

  • affirmMessage
  • afterpayClearpayMessage
  • epsBank
  • fpxBank
  • p24Bank
  • idealBank

References to them in your integration will cause failures.

Impact

If your integration uses the epsBank, fpxBank, p24Bank, or idealBank elements, update it to use the Payment Element instead. This new UI component for the web accepts 40+ payment methods, validates input, and handles errors.

If your integration uses the affirmMessage or afterpayClearpayMessage elements, update it to use the Payment Method Messaging Element. The new element dynamically shows your customers relevant buy now, pay later payment options for their purchase.

Related changes

  • Updates default behavior for saved payment methods in Elements with Checkout Sessions
  • Prevents reusing client secrets for Intents in certain states when initializing Elements
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