FloPay SDK Changelog

Client-facing updates for FloPay SDK releases.

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-js is updated from 9.5.0 to 9.7.0 in @flopay/js.
  • @stripe/react-stripe-js is updated from 6.3.0 to 6.5.0 in @flopay/react.
  • stripe (the server SDK) is updated from 22.1.1 to 22.2.0 in @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/node to 1.2.1 in your package.json and reinstall to adopt this release.