Send User KYC Data (v1)
Share User KYC PII details
Note: KYC Sharing works on a reliance model where you are liable to complete the KYC based on the discussed parameters and share the PII data of approved end-users. This includes two steps:
-
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
Related topics
Send User KYC Documents (v1)Reset KYC [SANDBOX ONLY] (v1)Get User Details (v1)Get EDD Request (v1)List EDD Requests (v1)