Get KYC verdict
GET/sessions/verdict
Returns the KYC verdict for the given validation ID
Request
Query Parameters
Responses
- 200
- 401
- 404
- application/json
- Schema
- Example (from schema)
Schema
validation
object
required
The validation id, used to identify the validation
Possible values: [Approved
, Rejected
, Pending
]
The status of the validation
integration
object
required
The integration used for the validation
The trusted origin of the integration, from where the KYC process should start if used from a browser
The redirect url of the integration, where the user will be redirected after the KYC process
Possible values: [Web application
, Mobile
, Mobile (Embedded browser)
]
The type of the integration
Whether the integration is a playground integration, used for testing purposes
Link to the document image
Link to the selfie image
The url to redirect the user to after the kyc process
{
"validation": {
"id": "string",
"status": "Approved",
"integration": {
"trustedOrigin": "string",
"redirectUrl": "string",
"type": "Web application",
"playground": true
},
"document_image": "string",
"selfie_image": "string"
},
"redirectUrl": "string"
}
Invalid API key provided
Validation not found