questionGet KYC Request Status

This endpoint retrieves the current status of the user’s KYC request during the verification cycle. It allows the user (or client application) to track the progress of their KYC verification cycle.

get
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Responses
get
/Onboarding/api/v1/onboarding/KycRequest/GetRequestStatus
200

Success

Value
Status
Description

1

RunAway

The user did not complete the KYC process or exited before finishing.

2

WaitingForChecking

The request has been submitted and is currently under review.

3

Accepted

The KYC request has been successfully verified and approved.

4

Rejected

The KYC request has been reviewed and rejected.

Last updated