Skip to main content
This webhook is sent when a party (individual or organisation) has been successfully created in the system.

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: party.created
object
required
The event data containing the details below

Data Fields

string (UUID)
required
Unique identifier of the created party
string
required
External origin party identifier
string
required
Type of the party. Available values: INDIVIDUAL, ORGANISATION
string
First name. Present for INDIVIDUAL parties.
string
Last name. Present for INDIVIDUAL parties.
string (ISO 8601 date)
Date of birth. Present for INDIVIDUAL parties.
string
Nationality code. Present for INDIVIDUAL parties.
array
Tax identification numbers
array
Identification documents
string
Registration number. Present for ORGANISATION parties.
Legal name. Present for ORGANISATION parties.
string
Country code
object
Registration address
array
Ultimate beneficial owners. Present for ORGANISATION parties.
array
Legal representatives. Present for ORGANISATION parties.
string (ISO 8601)
Timestamp of when the party was created

Request Example

Last modified on July 20, 2026