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

Webhook Structure

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

Data Fields

data.accountId
string (UUID)
required
Unique identifier of the account for which restriction creation failed
data.source
string
required
Restriction source. Available values: CLIENT, PLAIS
data.externalRef
string
External reference associated with the restriction request
data.errors
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