RyzeDeskRyzeDesk

Stripe

4105 articles

Updates Checkout Session shipping properties


Breaking changes

Updates Checkout Session shipping properties Breaking changes

What’s new

Updates several Checkout Session resource shipping properties:

  • Moves shipping _ rate into the new shipping _ cost hash.
  • Renames shipping to shipping _ details .

Impact

Lets you clearly differentiate between the shipping rate information and the broader shipping details. By separating shipping_rate into its own shipping_cost hash, and renaming shipping to shipping_details, you can more granularly access and manage various shipped-related properties within a Checkout Session.

Changes

ParametersChangeResources or endpoints
shipping_cost shipping_detailsAddedCheckout. Session
shipping shipping_rateRemovedCheckout. 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: 2022-08-01
  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?