Feel free to reach techsupport@surepass.io for any technical support or guidance.
qr_data for rendering a QR code scannable by Aadhaar/Pehchaan appintent_data JWT for launching Pehchaan via Android intent. Requires app_signatureintent_data JWT and a shareable web_link URL that launches Pehchaan when opened on Android. The link can be sent via WhatsApp, SMS, etc./status to track progress. Once completed, call /result to retrieve verified Aadhaar claims.curl --location --request POST 'https://kyc-api.surepass.app/api/v1/aadhaar-v4/initialize' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel": "qr"
}'{
"data": {
"client_id": "aadhaar_ovse_abc123",
"qr_data": "string",
"intent_data": "string",
"channel": "qr",
"status": "pending",
"web_link": "https://ovse-test.surepass.in/launch?id=aadhaar_ovse_abc123"
},
"status_code": 200,
"message": "OVSE session initialized.",
"success": true
}