Create new KYC Video Session with a custom url as return
POST/sint/olkypass/start_kyc/video
Create new KYC Video Session with a custom url as return
Request
- application/json
 
Body
required
Data to send
naturalPersonUUID string
urlWhenFinish string
Responses
- 200
 - 401
 - 4XX|5XX
 
KYC Session created
- application/json
 
- Schema
 - Example (from schema)
 
Schema
success boolean
url string
{
  "success": "true",
  "url": "https://olky.onboarding.algoreg.com/?session_id=80c35b7f-6f98-4f24-bdae-71e5071ee991&return_url=https://www.olkypay.com/"
}
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...