Skip to main content
POST
KYC by Mobile

KYC by Mobile

Perform KYC verification using only the mobile number. Fetches identity-linked details such as name, date of birth, PAN, and masked Aadhaar from authorized sources without OTP verification.

Overview

This endpoint helps businesses:
  • Verify customer identity using their mobile number
  • Retrieve KYC data including PAN and masked Aadhaar
  • Comply with regulatory requirements
  • Streamline digital onboarding

Request

mobile
string
required
Mobile number in Indian international format (+91XXXXXXXXXX)
async
boolean
default:"true"
If true (default), request is queued and result delivered via webhook. If false, wait for result synchronously (up to 30 seconds).

Headers

Example Request (Async Mode - Default)

Example Request (Sync Mode)

Response

202 Accepted

Request accepted and queued for processing.

Result Data (via webhook or polling)

Result Fields

Error Responses

400 Bad Request

Invalid mobile number format.

401 Unauthorized

Invalid or missing API key.

402 Payment Required

Insufficient account balance.

403 Forbidden

Method not enabled for your account.

408 Request Timeout (Sync Mode Only)

Request processing timed out.

429 Too Many Requests

Rate limit exceeded.

Use Cases

Streamline customer onboarding by auto-populating KYC information from mobile number.
Verify customer identity by cross-referencing provided information with KYC data.
Meet regulatory requirements by verifying customer identity documents.
Detect potential fraud by comparing claimed identity with verified KYC data.
KYC data should be handled in compliance with data protection regulations. Store only what is necessary and ensure proper security measures.