Newer Version Available
Digital Verification Output
Output Representation for the digital verification API request.
- Sample Response
-
1{ 2 "isSuccess": true, 3 "message": "Performed all Steps of Digital Verification Successfully", 4 "code": 200 5}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| code | String | Response code of the Digital Verification API. | Small, 60.0 | 60.0 |
| isSuccess | Boolean | Indicates whether the digital verification process was successful (true) or not (false). | Small, 60.0 | 60.0 |
| message | String | Feedback message from the digital verification API request. | Small, 60.0 | 60.0 |