GET /widget/users/{id}/kyc-status
API Reference
GET /widget/users/{id}/kyc-status
Check the identity-verification status of a user
GET
GET /widget/users/{id}/kyc-status
Returns the identity-verification status for one of your users.
Path parameters
Your internal user identifier.
Headers
Bearer token. Format:
Bearer <client_token>.Response
Your internal user identifier (echo of the request).
Statuses
| Status | Meaning |
|---|---|
not_started | The user has never opened the widget or has not submitted documents |
pending | Documents submitted; under review |
verified | Verification passed; the user can transact |
failed | Verification failed; the user must retry inside the widget |
Examples
Response
Errors
| HTTP | error | code | Cause |
|---|---|---|---|
| 401 | unauthorised | invalid_token | Missing or inactive client_token |
| 404 | not_found | not_found | The partner_user_id is unknown for your partner |
| 502 | upstream_error | provider_error | Verification service failed; retry |