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
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
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