Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Disable a ReservePlan


Disable a ReservePlan Preview

POST / v1 / reserve / plans /:id / disable

Disables a ReservePlan by transitioning it to a disabled state.

All associated ReserveHolds release asynchronously.

Note: This action is irreversible - a disabled ReservePlan cannot be re-enabled.

Parameters

  • id string Required The identifier of the ReservePlan to disable.

Returns

Returns the updated ReservePlan object.

cURL

Response

{ "id": "resplan_61SxrVOzQu6XIJSCx41Q8rCFhzAUW", "object": "reserve.plan", "created": 1753380438, "created_by": "application", "currency": "usd", "disabled_at": null, "livemode": false, "metadata": {}, "percent": 15, "rolling_release": { "days_after_charge": 30, "expires_on": 1755972438 }, "status": "disabling", "type": "rolling_release"}
Last verified 2026-09-24

Is this helpful?