Skip to main content

Fetch KYC Status

POST 

/v1/users/kyc-status

Get KYC verification status for a user by email. The response contains isKycVerified, set to "true" if KYC is verified and "false" if not, and isPartialKyc, set to "true" if the user has submitted at least some KYC data (phone number, selfie, Aadhaar, PAN, first name, or last name) without necessarily completing verification. If isPartialKyc is "true" and isKycVerified is "false", the user has started KYC but not finished it — they can submit their remaining KYC details either through the KYC widget or by calling the Upload KYC API.

Request

Responses

Returns KYC verification status. isKycVerified is "true" if KYC is complete, "false" otherwise. isPartialKyc is "true" if some KYC data has been submitted (phone, selfie, Aadhaar, PAN, first or last name), "false" otherwise.