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 creation 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.creation-failedThe event data containing the details below
Data Fields
Unique identifier of the party for which account creation failed
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 |
|---|---|
PARTY_NOT_FOUND | Party not found |
UNKNOWN_ERROR | Unknown error |
SYSTEM_ERROR | Internal system error |