The ReserveRelease object Preview
Attributes
- idstring
Unique identifier for the object.
- amountinteger
Amount released. A positive integer representing how much is released in the smallest currency unit.
- currencyenum
Three-letter ISO currency code, in lowercase. Must be a supported currency.
- metadatanullable objectConnect Only
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
- reasonenum
The reason for the ReserveRelease, indicating why the funds were released.
Possible enum valuesbulk_
hold_ expiry The ReserveHold expired automatically according to its schedule.
hold_
released_ early The ReserveHold was manually released before its scheduled release.
hold_
reversed The ReserveHold was reversed due to a refund or dispute.
plan_
disabled The ReserveHold was released due to its associated plan being disabled.
- released_
attimestamp The release timestamp of the funds.
- reserve_
holdnullable stringExpandable The ReserveHold this ReserveRelease is associated with.
- source_
transactionnullable object The transaction which triggered this ReserveRelease.
- source_transaction.
disputenullable stringExpandable The ID of the dispute.
- source_transaction.
refundnullable stringExpandable The ID of the refund.
- source_transaction.
typeenum The type of source transaction.
Possible enum valuesdispute
The source transaction is a dispute.
refund
The source transaction is a refund.
More attributes
- objectstring
String representing the object’s type. Objects of the same type share the same value.
- createdtimestamp
Time at which the object was created. Measured in seconds since the Unix epoch.
- created_
byenum Indicates which party created this ReserveRelease.
Possible enum valuesapplication
The object was created by an application.
stripe
The object was created by Stripe.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - reserve_
plannullable stringExpandable The ReservePlan ID this ReserveRelease is associated with. This field is only populated if a ReserveRelease is created by a ReservePlan disable operation, or from a scheduled ReservedHold expiry.
{ "id": "resrel_61SxyHbQOe90T6sLB41Q8rCFhzAUW", "object": "reserve.release", "amount": 500, "created": 1753406491, "created_by": "application", "currency": "usd", "livemode": false, "metadata": {}, "reason": "hold_released_early", "released_at": 1753406491, "reserve_hold": "reshold_61SxrUZH1aQJj97WT41Q8rCFhzAUW", "reserve_plan": null}