Start the IDnow video identification session
Start the IDnow video identification session. In order to start a video identification session, the identity terms need to be accepted through the identity_terms POST method. An identity with address and bank account needs to exist before starting the identification.
Path parameters
-
User id
-
Identity or Legal representative id
POST /users/{user_id}/kyc/identities/{identity_id}/video_identifications
curl \
-X POST https://client-subdomain.bitbond.net/api/v1/users/{user_id}/kyc/identities/{identity_id}/video_identifications
Response examples (201)
{
"id": "string",
"identity_id": "string",
"idnow_id": "string",
"redirect_url": "string",
"statuses": [
"string"
],
"data": {},
"url": "string",
"has_files": true,
"completed": true,
"success": true,
"rejected": true,
"pending": true,
"reason": "string",
"identificationtime": "string",
"status": "string"
}
Response examples (201)
{
"id": "string",
"identity_id": "string",
"idnow_id": "string",
"redirect_url": "string",
"statuses": [
"string"
],
"data": {},
"url": "string",
"has_files": true,
"completed": true,
"success": true,
"rejected": true,
"pending": true,
"reason": "string",
"identificationtime": "string",
"status": "string"
}