v1.2.1 - Refreshed Stripe SDK dependencies #
FloPay SDK now ships with the latest @stripe/stripe-js, @stripe/react-stripe-js, and stripe Node SDK releases, picking up upstream fixes and improvements with no integration changes required.
01 Jun 2026
Maintenance
Stripe
React SDK
Node SDK
FloPay SDK v1.2.1 is a maintenance release that brings the bundled Stripe SDKs up to their latest published versions across the browser, React, and Node packages. Upgrade to pick up the latest upstream behavior under the hood; no public APIs have changed.
What changed
@stripe/stripe-jsis updated from9.5.0to9.7.0in@flopay/js.@stripe/react-stripe-jsis updated from6.3.0to6.5.0in@flopay/react.stripe(the server SDK) is updated from22.1.1to22.2.0in@flopay/node.
Why it matters
- Checkout sessions, Stripe Elements rendering, and server-side Stripe calls all benefit from the latest upstream bug fixes and compatibility updates.
- Keeping the bundled Stripe SDKs current reduces the surface area for drift between FloPay-managed checkouts and Stripe's evolving payment method support.
Developer notes
- No public exports, props, or request/response shapes have changed. Bump
@flopay/js,@flopay/react, and@flopay/nodeto1.2.1in yourpackage.jsonand reinstall to adopt this release.