Get one Legal entity with his UUID
GET/sint/legalEntity/:uuid
Get one Legal entity with his UUID
Request
Path Parameters
The UUID of the Legal entity you want to get
Responses
- 200
- 401
- 4XX|5XX
Return a Legal entity
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- BankInfoDto2
- ]
- Array [
- ]
- Array [
- ]
- OlkyPassLevelDto2
- Array [
- ]
LegalName
Brand
Country alpha-2
LegalForm
RCSlocation
RCSnumber
Is the company fully incorporated ?
DateConstitution
The share capital of the company, in cents
Is the company listed on the stock exchange
Place of quotation on the stock exchange
Is the company subject to VAT
VAT number including country prefix
Tax number
Free text
Activity Code
CSP Code
Code langague talk
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
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
Website url
Principal email
code Nas
{
"LegalName": "Olky Payment Service Provider",
"Brand": "Olkypay",
"Country": "FR",
"LegalForm": "Limited Company",
"RCSlocation": "Nantes",
"RCSnumber": "RC NANTES 234 987 456",
"IsIncorporated": "true",
"DateOfIncorporation": "2011-05-23",
"ShareCapital": "1000000",
"IsListedOnStockExchange": "true",
"PlaceOfQuotation": "Paris",
"VATSubject": "true",
"VATNumber": "IE1234567T",
"NIF": "12345678",
"Comments": "free text for legal entity",
"ActivityCode": "2",
"CSPCode": "2",
"CodeLangue": "EN",
"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"
}
],
"olkyPassLevel": {},
"identityUuid": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"websiteUrl": "www.example.com",
"mailAddress": "john.doe@olky.eu",
"codeNace": "A"
}
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": "400",
"internal_code": "3001",
"message": "Incorect data"
}