RyzeDeskRyzeDesk

Stripe

4105 articles

Adds permissions parameter to Checkout Sessions


Adds permissions parameter to Checkout Sessions

What’s new

Adds the permissions parameter to the Checkout Session object. This allows you to configure a property on the Session to be only be set by the server.

Impact

When permissions.update_shipping_details is set to server_only, all changes to the Session’s shipping details must go through the Update Checkout Session method.

With this change, you can support dynamically updating shipping options in Checkout or perform your own shipping address validation.

Changes

ParameterChangeResources or endpoints
permissionsAddedCheckout. Session#create Checkout. 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: 2025-03-31. basil
  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-27

Is this helpful?