Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Customize the submit button recurring Payment Links and Checkout Sessions


Customize the submit button recurring Payment Links and Checkout Sessions

What’s new

You can now customize the submit button for Checkout Sessions and Payment Links with recurring items.

We added support for the submit_type parameter when you create a Session where the mode is set to subscription. This change also includes support for making updates to the submit_type on existing Payment Links.

Impact

Users can now customize the behavior of Checkout to use donate as the text for the submit button for recurring payments.

Changes

ParameterChangeResources or endpoints
submit_typeAddedPaymentLink#update
ValueChangeEnums
subscribeAddedCheckout. Session#create. submit_type Checkout. Session. submit_type PaymentLink#create. submit_type + 1 more PaymentLink. submit_type

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: 2024-11-20. acacia
  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?