Get one Natural Person with his UUID
GET/sint/naturalPerson/:uuid
Get one Natural Person with his UUID
Request
Path Parameters
The UUID of the Abstract entity of the natural person you want to get
Responses
- 200
- 401
- 4XX|5XX
Return a Natural person
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- BankInfoDto2
- ]
- Array [
- ]
- Array [
- ]
- OlkyPassLevelDto2
- Array [
- ]
The person gender
Last name
First name
Other first name
Maiden name
Country of citizenship
Second country of citizenship
Birthplace
State of birth
Address object[]
UUID
Address1
Address2
Address3
Zip Code
Country
City
NaturalPerson or LegalEntity UUID
Tag
Default value: false
isPrincipalAddress
AliasIBAN object[]
NaturalPerson or LegalEntity UUID
Iban
BIC
Default value: true
is Actif (default = true)
Default value: false
is Public (default = false)
BankInfoDto object nullable
address1
countryName
institution
location
name
Default value: false
is Valid (default = false)
fail_validation_reason
AliasEmail object[]
NaturalPerson or LegalEntity UUID
Default value: true
is Actif (default = true)
Default value: false
is Public (default = false)
NPLE link UUID
Default value: false
is Valid (default = false)
AliasMobile object[]
UUID
NaturalPerson or LegalEntity UUID
MobileIndicatif
MobileNumber
Default value: true
is Actif (default = true)
Default value: false
is Public (default = false)
NPLE link UUID
Activity Code
CSP Code
Source Income Code
Code Shop
Id BB
IBAN Oky Pay
Country of birth
Id Algoreg
Id Lausane
true if person is politically exposed
low range of the person's income, in cents
Max range of the person's income, in cents
low range of the person's wealth value, in cents
Max range of the person's wealth value, in cents
Has european account
Nif country
olkyPassLevel object nullable
OlkypassLevel
OlkyPass need to be active to make transaction on customer
The OlkyPass will expire after this date, a new kyc session will need to be done to activate it again
Created at
updated at
Default value: ``
Default value: ``
Default value: true
Default value: true
olkypass_status object[]
French name
English name
Created at
Updated at
Deleted at
{
"Gender": "Mr",
"LastName": "DOE",
"FirstName": "John",
"OtherFirstNames": "Bar Waldo",
"MaidenName": "Foo",
"DateOfBirth": "1994-03-24",
"CountryOfCitizenship": "FR",
"CountryOfCitizenship2": "LU",
"Birthplace": "Paris",
"StateOfBirth": "Île-de-France",
"Address": [
{
"UUID": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"Address1": "Champ de Mars",
"Address2": "5 Av. Anatole France",
"Address3": "",
"ZipCode": "75007",
"Country": "LU",
"City": "Paris",
"AbstractEntityUUID": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"Tag": "Home",
"isPrincipalAddress": "false"
}
],
"AliasIBAN": [
{
"UUID": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"Owner": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"Iban": "FR7630006000011234567890189",
"BIC": "OLKILUL1",
"Actif": "true",
"Public": "true",
"BankInfoDto": {},
"valid": "true",
"fail_validation_reason": "XYZZZ"
}
],
"AliasEmail": [
{
"UUID": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"Owner": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"Mail": "j.doe@example.com",
"Actif": "true",
"Public": "true",
"LinkNPLE": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"valid": "true"
}
],
"AliasMobile": [
{
"UUID": "string",
"Owner": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"MobileIndicatif": "+33",
"MobileNumber": "0612345678",
"Actif": "true",
"Public": "true",
"LinkNPLE": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0"
}
],
"NIF": "string",
"Comments": "string",
"CodeLangue": "string",
"ActivityCode": "2",
"CSPCode": "2",
"SourceIncomeCode": "2",
"codeShop": "XYZ",
"idBB": "XYZ",
"ibanOlkyPay": "TVW XYZ 123 456",
"countryOfBirth": "FR",
"identityUuid": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"algoregId": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"idLausanne": "XYZ",
"pep": "false",
"minimumMonthlyIncome": "150000",
"maximumMonthlyIncome": "300000",
"minimumWealthValue": "2000000",
"maximumWealthValue": "10000000",
"own_external_sepa_account": "true",
"nif_country": "LU",
"olkyPassLevel": {}
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
{
"code": "401",
"message": "JWT Token not found"
}
An error occured
- application/json
- Schema
- Example (from schema)
Schema
{
"success": "false",
"code": "409",
"internal_code": "3001",
"message": "Incorect data"
}