Documentation Index
Fetch the complete documentation index at: https://docs.finventi.com/llms.txt
Use this file to discover all available pages before exploring further.
This webhook is sent when an account close request has failed.
Webhook Structure
Unique identifier for this event
Timestamp of when the event occurred
Identifier to correlate the request with the response. Present when provided in the original request.
The type of event. Value:
account.close-failedThe event data containing the details below
Data Fields
Unique identifier of the account that failed to close
List of errors that caused the failure
Error Codes
New error codes may be added in future versions. Consumers should handle unknown codes gracefully.
| Code | Description |
|---|---|
ACCOUNT_NOT_FOUND | Account not found |
ACCOUNT_ALREADY_CLOSED | Account already closed |
UNKNOWN_ERROR | Unknown error |
SYSTEM_ERROR | Internal system error |