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
| Parameter | Change | Resources or endpoints |
|---|---|---|
| release_details | Added | Reserve. Hold |
Upgrade
- View your current API version in Workbench.
- 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
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
- In Workbench, perform the upgrade . You can roll back the version for 72 hours.
Learn more about Stripe API upgrades.
