Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds events for reserve holds, releases, and plans


Adds events for reserve holds, releases, and plans

What’s new

Adds support for receiving real-time notifications about changes to Reserve Holds, Reserve Releases, and Reserve Plans associated with reserved funds on accounts.

  • reserve.hold.created : occurs when a ReserveHold is created.
  • reserve.hold.updated : occurs when a ReserveHold is updated.
  • reserve.release.created : occurs when a ReserveRelease is created.
  • reserve.plan.created : occurs when a ReservePlan is created.
  • reserve.plan.updated : occurs when a ReservePlan is updated.
  • reserve.plan.expired : occurs when a ReservePlan expires.
  • reserve.plan.disabled : occurs when a ReservePlan is disabled.

Impact

You can use these new events to programmatically monitor holds, releases, and plan configurations associated with reserved funds on accounts.

Changes

ChangeResources
AddedReserve. Hold Reserve. Plan Reserve. Release
ValuesChangeEnums
reserve. hold. created reserve. hold. updated reserve. plan. created reserve. plan. disabled reserve. plan. expired reserve. plan. updated reserve. release. createdAddedEvent WebhookEndpoint#update WebhookEndpoint#create
ChangeEvent types
reserve. hold. created reserve. hold. updatedAddedReserve.Hold
reserve. plan. created reserve. plan. disabled reserve. plan. expired reserve. plan. updatedAddedReserve.Plan
reserve. release. createdAddedReserve.Release

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-02-25. clover
  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?