FloPay SDK Changelog

Client-facing updates for FloPay SDK releases.

v1.0.0 - Stripe SDK API version pinning #

FloPay SDK packages now use a pinned Stripe API version by default while preserving explicit overrides for Node integrations.

13 May 2026

Release
Stripe
Node SDK

FloPay SDK v1.0.0 updates the Stripe integration foundation across the JavaScript, Node, React, and shared packages. Node SDK requests now default to a known Stripe API version, giving merchants and operators more predictable payment behavior across deploys.

What changed

  • @flopay/node now defaults Stripe operations to API version 2026-04-22.dahlia.
  • Developers can still provide an explicit Stripe API version or secret key override when constructing the Node client.
  • SDK package metadata, documentation, and workspace tooling have been updated for the v1.0.0 release.

Why it matters

  • Payment integrations are less exposed to unplanned behavior changes from implicit Stripe API version selection.
  • Teams can standardize on the default API version while retaining control for staged Stripe upgrades.
  • Documentation now describes the default Stripe API version and available Node client options more clearly.

Developer notes

  • Action required: projects using FloPay SDK packages must run Node.js 20.19+, 22.13+, or 24+.
  • No public API removals are included in this release.