Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds reserve release details to the Reserve Hold object


Adds reserve release details to the Reserve Hold object

What’s new

Adds the release_details array to the Reserve Hold object, which contains any amounts released from that hold and the corresponding Reserve Release objects. When you retrieve a Reserve Hold, you can expand release_details to get more information about the associated Reserve Release objects.

Impact

You can now see which Reserve Releases released funds from a Reserve Hold, including the per-release amount drawn from the hold. This is useful when a single Reserve Release draws funds from multiple holds, because you can now see exactly how much each hold contributed.

Changes

ParameterChangeResources or endpoints
release_detailsAddedReserve. Hold

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-06-24. 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?