Skip to main content

Resources

This page documents the JSON:API resource schema related to account holds.

AccountHold

The AccountHold resource represents a temporary reservation of funds in a deposit account's balance, making that amount unavailable for other transactions while the hold is active.

For the complete resource schema including all attributes and relationships, see AccountHold.

Key Attributes

AttributeTypeDescription
createdAtRFC3339 Date stringThe date the resource was created.
updatedAtRFC3339 Date stringThe date the resource was last updated.
amountintegerThe amount (in cents) being held.
statusstringStatus of the hold: Active, Released, or PartiallyReleased.
descriptionstringDescription of the account hold.
expiredAtRFC3339 Date stringThe date the hold will be automatically released, if one was set.
tagsobjectSee Tags.