Disable a ReservePlan Preview
Disables a ReservePlan by transitioning it to a disabling
state.
All associated ReserveHolds will be asynchronously released, after which the plan will automatically transition to disabled
state.
Note: This action is irreversible - a disabled ReservePlan cannot be re-enabled.
Parameters
- idstringRequired
The identifier of the ReservePlan to disable.
Returns
Returns the updated ReservePlan object.
{ "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"}
Reserve Releases Preview
ReserveReleases represent the release of funds from a ReserveHold.
An early fraud warning indicates that the card issuer has notified us that a charge may be fraudulent.
Related guide: Early fraud warnings
Reviews can be used to supplement automated fraud detection with human expertise.
Value lists allow you to group values together which can then be referenced in rules.
Related guide: Default Stripe lists