Create new KYC Session
POST/sint/olkypass/new_kyc
Create new KYC Session
Request
- application/json
Body
required
Data to send
NaturalPerson textrequired
The UUID of the natural person
sendLinkEmail booleanrequired
Responses
- 200
- 401
- 4XX|5XX
KYC Session created
- application/json
- Schema
- Example (from schema)
Schema
success boolean
url string
{
"success": "true",
"url": "https://app/olky.eu/kyc/c48e525f-07a2-4d47-a863-789ed32573a1"
}
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...