Transitions an account to closed status (terminal state).
This action cannot be undone.
The Idempotency-Key header is required.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique key to ensure idempotent requests
255Account ID The ID of the Account object.
^account_\w+$"account_xyz123"
Request body for closing an account
Valid reasons for closing an account
entity_closed, client_closed, paid_off, charged_off, canceled Account closed successfully.
An account object
The ID of the Account object.
^account_\w+$"account_xyz123"
Creation timestamp
Last update timestamp
Unique identifier for the application. Prefixed with application_.
^application_\w+$"application_xyz123"
Current state of the account
active, inactive, closed Machine-readable reason for the current status
client_closed, entity_closed, frozen, dormant, active, paid_off, charged_off, canceled, other List of items that inform Lead how the Account will be used
Capability that informs Lead how the Account will be used
deposit, credit_with_underwriting, credit_without_underwriting Entity relationships associated with the account (response only)
Core details of the account
A set of key-value pairs that can be used to store additional information related to this object.
Array of associated legal or informational documents
Client-provided identifier for the account. Only populated in GET /v0/accounts/{id} response.