Cross Device Facial Image Capture Journey
This page covers the Facial Image capture journey initiated from a portal
1.1 Capture Request
{
"txn": "94f63917-708a-4e58-9001-fce56d839948",
"i": "CAPTURE",
"pidVer": "1.0",
"otp": ""<otp for MFA>,
"wadh="<refer to kyc api>"
"cb": "https://myaadhaarstage.uidai.gov.in/v1/esignet/authorization/publishBioAuth/2.5",
"aud": "https://myaadhaarstage.uidai.gov.in",
"iss": "https://myaadhaarstage.uidai.gov.in/v1/esignet",
"exp": exp,
"iat": iat,
"ht": "Name of the person",
"jti": "8a9d7c2b-b932-4131-9e36-43f22a019be5"
}JWT Header Structure
{
"alg": "ES256",
"typ": "capture-req+jwt",
"kid": "did:myaadhaarstage.uidai.gov.in:123#1"
}Allowed alg Values for JWT
alg Values for JWTLast updated