Skip to main content
This webhook is sent when an account creation request has failed.

Webhook Structure

string (UUID)
required
Unique identifier for this event
string (ISO 8601)
required
Timestamp of when the event occurred
string
Identifier to correlate the request with the response. Present when provided in the original request.
string
required
The type of event. Value: account.creation-failed
object
required
The event data containing the details below

Data Fields

string (UUID)
required
Unique identifier of the party for which account creation failed
array
required
List of errors that caused the failure

Error Codes

New error codes may be added in future versions. Consumers should handle unknown codes gracefully.

Request Example

Last modified on July 20, 2026