Natural Persons

Create Natural Person

post
/entities/natural-persons

Create new natural person

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Body
genderstring · enumRequired

Gender

Possible values:
titlestring · enumOptionalPossible values:
firstNamestring · min: 1 · max: 255Required

All first names of the person according to the identification document

Pattern: ^\S+( \S+)*$
lastNamestring · min: 1 · max: 255Required

Natural person last name

maritalStatusstring · enumOptionalPossible values:
birthDaystring · dateRequired
birthPlacestring · min: 1 · max: 255Required
birthCountrystring · enumRequired

Country code in ISO 3166-1 alpha-2 standard

Possible values:
languagestring · enumOptional

Language code in ISO 639-1 two-letter codes (EU only)

Possible values:
isUsNationalitybooleanRequired

FATCA - Question whether the customer is subject to US tax liability (nationality or other references due to a green card, registration address, etc.).

professionstring · min: 1 · max: 255Optional
professionGroupstring · enumOptionalPossible values:
annualIncomeNetnumberOptional

Annual income net

availableAssetsnumberOptional

Available assets

externalIdstring · min: 1Optional

External Id in partner's system. This value has to be unique

Responses
chevron-right
200

OK

application/json
naturalPersonIdstring · uuidRead-onlyRequired

Unique natural person identification number in UUID format

post
/entities/natural-persons

Get Natural Persons

get
/entities/natural-persons

Get natural persons

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Query parameters
cursorstringOptional

String value used for pagination

limitinteger · min: 1Required

Maximum number of items to return

Default: 20
naturalPersonStatusstring · enumOptional

Natural person status Filter

Possible values:
Responses
chevron-right
200

OK

application/json
get
/entities/natural-persons

Get Natural Person

get
/entities/natural-persons/{naturalPersonId}

Get natural person

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
naturalPersonIdstring · uuidRequired

Natural Person ID

Responses
chevron-right
200

OK

application/json
deathDaystring · dateOptional
naturalPersonIdstring · uuidRequired

Unique natural person identification number in UUID format

globalIdstring · min: 12 · max: 12Required

Unique identifier for any natural persons, joint persons and legal entities. The respective data set indicates what the data is about.

createdOnstring · date-timeRequired

The date on which the natural person was created

modifiedOnstring · date-timeRequired

The date on which the natural person was modified the last time

verifiedOnstring · date-timeOptional

The date on which the natural person was verified

isPepbooleanOptional

Indication of whether the person is a politically exposed person.

isPepRelatedbooleanOptional

Indication of whether the person is directly related to a politically exposed person.

isSanctionbooleanOptional

Indication of whether the person is on sanction list.

riskLevelstring · enumOptionalPossible values:
naturalPersonStatusstring · enumRequiredPossible values:
genderstring · enumRequired

Gender

Possible values:
titlestring · enumOptionalPossible values:
firstNamestring · min: 1 · max: 255Required

All first names of the person according to the identification document

Pattern: ^\S+( \S+)*$
lastNamestring · min: 1 · max: 255Required

Natural person last name

maritalStatusstring · enumOptionalPossible values:
birthDaystring · dateRequired
birthPlacestring · min: 1 · max: 255Required
birthCountrystring · enumRequired

Country code in ISO 3166-1 alpha-2 standard

Possible values:
languagestring · enumOptional

Language code in ISO 639-1 two-letter codes (EU only)

Possible values:
isUsNationalitybooleanRequired

FATCA - Question whether the customer is subject to US tax liability (nationality or other references due to a green card, registration address, etc.).

professionstring · min: 1 · max: 255Optional
professionGroupstring · enumOptionalPossible values:
annualIncomeNetnumberOptional

Annual income net

availableAssetsnumberOptional

Available assets

externalIdstring · min: 1Optional

External Id in partner's system. This value has to be unique

get
/entities/natural-persons/{naturalPersonId}

Update Natural Person

patch
/entities/natural-persons/{naturalPersonId}

Update natural person

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
naturalPersonIdstring · uuidRequired

Natural Person ID

Header parameters
Requestor-IDstring · uuidRequired

Unique requestor identification in UUID format

Body
documentIdstring · uuidOptional

Document ID in UUID format for those params where a document upload is required (title, lastName, deathDay)

Responses
patch
/entities/natural-persons/{naturalPersonId}

No content

Last updated