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 a party 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:
party.creation-failedThe event data containing the details below
Data Fields
Type of the party that failed to create. Available values:
INDIVIDUAL, ORGANISATIONList 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_ALREADY_EXISTS | Party already exists |
UNKNOWN_ERROR | Unknown error |
SYSTEM_ERROR | Internal system error |