Create a new party
Parties
Create a party
Onboard an individual or organisation — the root entity that holds accounts.
POST
Create a new party
Creates a party. Use
partyType: INDIVIDUAL with firstName/lastName, or ORGANISATION with name (and optional vatNumber). The returned id is what you pass when opening an account. Identity verification runs asynchronously after creation — track it on kycStatus (individuals) or kybStatus (organisations); see Account verification.Authorizations
OAuth2 client credentials flow. Token endpoints:
Body
application/json
Type of party
Available options:
INDIVIDUAL, ORGANISATION Optional external reference ID
Maximum string length:
255Required for INDIVIDUAL parties
Maximum string length:
100Required for INDIVIDUAL parties
Maximum string length:
100Organisation name. Required for ORGANISATION parties
Maximum string length:
255VAT number. ORGANISATION parties only
Maximum string length:
50Standardized address format used across all endpoints

