Get OlkyPass info linked with an abstract entity
GET/sint/olkypass/:uuid
Get OlkyPass info linked with an abstract entity
Request
Path Parameters
uuid stringrequired
The UUID of the NaturalPerson or LegalEntity
Responses
- 200
- 401
- 4XX|5XX
Return an Olkypass
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- MOD1
- MOD2
- ]
- ]
level integernullable
Level
active booleannullable
OlkyPass need to be active to make transaction on customer
algoreg_kyc_status stringnullable
Status Algoreg
activeUntil date-timenullable
The OlkyPass will expire after this date, a new kyc session will need to be done to activate it again
createdAt date-timenullable
Created at
updatedAt date-timenullable
updated at
missingData string[]
missingDocuments string[]
identityDocuments object[]
UUID string
$UUID
TypePiece integernullable
TypePieceID
Number stringnullable
Number
Validity object
Validity
oneOf
string
string
OwnerUUID stringnullable
OwnerUUID
algoregDocumentId stringnullable
AlgoregDocumentId
typePerLanguage string[]
TypePieceIdentie
selfUpload booleannullable
The document is uploaded by user
Document objectnullable
ExternalDocumentUUID stringnullable
Document UUID
fileName stringnullable
File name
base64Doc stringnullable
Base64 document to upload
fileURL stringnullable
File URL
uuid stringnullable
uuid stringnullable
ValidForPayIn boolean
ValidForPayout boolean
uuid stringnullable
[
{
"level": "0 : incomplete, 1 : declarative level , 2 KYC completed",
"active": "true or false",
"algoreg_kyc_status": "Passed, Pending, Failed, Passed one month, Passed threee months, Passed six months, Passed twenty four months, Passed thirty six months",
"activeUntil": "2023-04-04 00:00:00",
"createdAt": "2023-04-04 00:00:00",
"updatedAt": "2023-04-04 00:00:00",
"missingData": [
"Identity verification"
],
"missingDocuments": [
"identity_card"
],
"identityDocuments": [
{
"UUID": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"TypePiece": "1",
"Number": "X4RTBPFW4",
"Validity": "2024-02-15T16:52:44.016Z",
"OwnerUUID": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"algoregDocumentId": "0a6e0a85-16f4-4b59-8adb-431fa37af8a1",
"typePerLanguage": "['fr'=>Titre de séjour,'en'=>'Residence permis']",
"selfUpload": "true",
"Document": {
"ExternalDocumentUUID": "5260643e-1b82-42f6-927c-d20558c2aa9b",
"fileName": "IDCardFront.jpg",
"base64Doc": "/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAYEBAUEBAYFBQUGBgYHCQ4JCQgICRINDQoOFRIWFh...",
"fileURL": "https://your.backoffice.com/web/customerdocuments/0f7888a6-cc74-49a5-8377-21af10df9952/IDCardFront.jpg",
"uuid": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0"
},
"uuid": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0"
}
],
"ValidForPayIn": "true",
"ValidForPayout": "true",
"uuid": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0"
}
]
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
code integer
message string
{
"code": "401",
"message": "JWT Token not found"
}
An error occured
- application/json
- Schema
- Example (from schema)
Schema
success boolean
code integer
internal_code integer
message string
{
"success": "false",
"code": "400",
"internal_code": "3001",
"message": "Incorect data"
}
Loading...