Update a ReserveHold Preview
Update a ReserveHold’s release schedule or metadata.
Parameters
- idstringRequired
The identifier of the ReserveHold to update.
- metadataobject
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. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to
metadata
. - release_
scheduleobject Configure when the ReserveHold will be released.
- release_schedule.
release_ aftertimestampRequired The time after which the ReserveHold will be released.
Returns
Returns the updated ReserveHold object.
Response
{ "id": "reshold_61SxrUZH1aQJj97WT41Q8rCFhzAUW", "object": "reserve.hold", "amount": 1000, "amount_releasable": 1000, "created": 1753380387, "created_by": "application", "currency": "usd", "is_releasable": true, "livemode": false, "metadata": { "test_key": "test_value" }, "reason": "standalone", "release_schedule": { "release_after": 1758588150, "scheduled_release": 1758672000 }, "reserve_plan": null, "source_charge": null, "source_type": "card"}