Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Adds support for recurring payments with Satispay


Adds support for recurring payments with Satispay

What’s new

The setup_future_usage parameter is now supported on PaymentIntents and SetupIntents for Satispay, enabling both on-session and off-session payment flows.

Satispay is also now a supported payment method type for Subscriptions and Invoices. Include satispay in the payment_method_types parameter of the payment settings for both resources.

Impact

You can now accept Satispay payments on a recurring basis, including for subscriptions and invoices.

To save a Satispay payment method for future use, set setup_future_usage to off_session or on_session when creating a PaymentIntent or SetupIntent. To enable Satispay for subscriptions or invoices, add satispay to the payment_method_types parameter in your Subscription or Invoice payment settings. For full implementation details, see Accept a Satispay payment and Set up future payments.

Changes

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: 2026-06-24. dahlia
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .

Learn more about Stripe API upgrades.

Last verified 2026-09-25

Is this helpful?