v1

latestOpenAPI 3.0.02026-07-2468247202.3 KB
KYC > Quick Start

Update User Verification Result

Update the result of existing User Verification Session

post/verify/update_user_verification_result

Request body

verification_session_idstring required

An id you want to associate with your request.

resultstring required

The result can be APPROVED / DECLINED / REVIEW / DEACTIVATED

Example request

{
  "verification_session_id": "b79160f1-3ea5-4bf0-be43-43c4a2cf8810",
  "result": "APPROVED"
}

Response

Successful operation

verification_session_idstring