eDocument KYC forms for individuals
Use this API call to generate eDocument KYC forms for individuals. These forms will allow your customers to submit at least two forms of ID, one of which will contain a photograph, and complete a liveness and biometrics check.
Parameters
Name | Type | Description |
---|---|---|
metadata_serviceUid | string | Your service unique identifier |
metadata_secretKey | string | Your API secret key for authentication |
metadata_version | string | API version (currently "4") |
metadata_userId | string | Your unique user identifier |
bronLink_dataAccessType | string | Must be "ekycForm" for eDocument KYC forms |
type | string | "individual" |
firstName | string | Customer's first name |
lastName | string | Customer's last name |
email | string | Customer's email address |
Response
The response of the forms API contains the bronLink parameter. You can share this link with you customers via email, SMS or redirect them to the link from your app. The information you have submitted will be prefilled for them on the form. After they complete the verification you will receive a webhook with the verification status.
Response format
{ "verificationUuid": "Xr8AFbtiiKBPjT9-qyegU", "bronLink": "{{unique eDocument KYC form link}}", "source": "bronid", "status": "success" }