RyzeDeskRyzeDesk

Stripe

4105 articles

Checkout Sessions now group customer information in one field


Checkout Sessions now group customer information in one field

What’s new

Adds the collected_information object to group information about the customer collected within the Checkout Session.

Impact

The shipping_details property is now available in the collected_information object. This enables support for dynamically updating shipping options in Checkout.

We plan to remove the legacy shipping_details field from the Checkout Session resource in a future release. To prepare, update your integration to replace any references to shipping_details with collected_information.shipping_details.

Changes

ParameterChangeResources or endpoints
collected_informationAddedCheckout.Session#update 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-02-24. 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 .

Learn more about Stripe API upgrades.

Last verified 2026-09-27

Is this helpful?