Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds support for Twint as a payment method for recurring payments


Adds support for Twint as a payment method for recurring payments

What’s new

Adds support for Twint as a payment method for recurring payments to the following:

  • Stripe Billing : Use Twint for Subscriptions and Invoices .
  • Checkout Sessions : Use Twint in setup and subscription modes.
  • PaymentIntents : Set setup_future_usage to off _ session to save Twint as a payment method for future use.
  • SetupIntents : Create a Mandate without an initial payment.
  • The Charge object now includes a mandate property in payment _ method _ details. twint that contains the ID of the mandate used for off-session payments.
  • For client-side integrations, you can use the new stripe.confirmTwintSetup API method in Stripe.js to confirm SetupIntents with Twint payment methods.

Impact

You can now offer your customers Twint as a payment method for subscriptions, future purchases, recurring billing, and off-session payments. Learn how to set up future payments with Twint.

Twint allows only one active mandate per merchant-customer pair. If you try to create a new mandate when one already exists, the API returns a payment_intent_mandate_revoked_mandate_collision error. To learn how to handle this error, see support.

Changes

ParametersChangeResources or endpoints
mandateAddedCharge. payment_method_details. twint PaymentAttemptRecord. payment_method_details. twint PaymentRecord. payment_method_details. twint
twintAddedMandate. payment_method_details SetupAttempt. payment_method_details
ValueChangeEnums
twintAddedInvoice#update. payment_settings Invoice#create. payment_settings Invoice. payment_settings + 3 more Subscription#update. payment_settings Subscription#create. payment_settings Subscription. payment_settings
FieldsChangeFrom → to
Checkout. Session#create. payment_method_options. twint. setup_future_usage Checkout. Session. payment_method_options. twint. setup_future_usage PaymentIntent#confirm. payment_method_options. twint. setup_future_usage PaymentIntent#create. payment_method_options. twint. setup_future_usage PaymentIntent#update. payment_method_options. twint. setup_future_usage PaymentIntent. payment_method_options. twint. setup_future_usageChangedliteral('none') → enum('none'|'off_session')

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-05-27. 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 .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?