Guides

GET_USER_DETAILS

Use this action code to get user-specific information like kyc status, etc.

Request

    payload: {
      userId: 'd90b5300-f9ae-4b02-888d-b9fa512cc031',
    }

Response

{
        "userId": "d90b5300-f9ae-4b02-888d-b9fa512cc031",
        "pan": "GMOPS0788D",
        "state": "VIDEOKYC",
        "phone": "9690245044",
        "email": "[email protected]",
        "name": "ABHISHEK SAINI",
        "cifId": "856356",
        "bankName": "SHIVALIK",
        "dateOfBirth": "1992-06-18",
        "vkycStatus": "PENDING",
        "enterpriseId": "refine"
}