Send User KYC Data
Share User KYC PII details for a user you have already verified.
-
Share Data (including legal name, document number etc.)
-
Share Supporting Documents
Headers
Your API key (configured in credentials)
HMAC-SHA256 signature (auto-generated) To test manually: HMAC-SHA256 of apiKey + timestamp (or apiKey + timestamp + userId when X-User-Id is required), keyed with your API secret. The HMAC Generator flow computes this for you.
Unix timestamp in seconds (auto-generated) Unix seconds, e.g. Math.floor(Date.now() / 1000). Must match the timestamp used in the X-Signature computation.
Unique request identifier (auto-generated) Any unique string per request, e.g. a UUID.
User UUID (set above)
Body
User's full legal name.
Proof of address document ID.
Proof of identity document ID.
ISO alpha-3 country code (e.g. IND).
Date of birth.
User's gender.
User's income information.
User's occupation.
User's address as a string.
User's email address.
User's phone number (e.g. +919876543210).
Individual users only. Set true if the user is an NRI (Non-Resident Indian). TDS is not deducted from INR sell payouts for NRI users; it is deducted for third-party payouts to Indian residents.
Response
Successful response
Related topics
Initiate KYC (Generate KYC URL)Send User KYC DocumentsUpdate User KYC DataKYC SharingOverview