questionGet Current KYC Request Step

This endpoint retrieves the current processing step of the user’s KYC request within the verification workflow. It helps the client application determine: The current active step in the KYC process.

get
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

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

Success

{
  "currentStepId": 1,
  "nextStepId": 3
}

🔁 KYC Step Definitions

Step ID
Step Name
Description

1

Personality

Personal information verification step.

3

Phone

Phone number verification step.

9

AML

Anti-Money Laundering screening step.

13

Ntra

National Telecom Regulatory Authority validation step.

14

Cso

CSO compliance and security validation step.

Last updated