Unlocking access to the KYC forms
Use this API call to unlock access to a specific KYC form after expiration or too many failed verification attempts.
Parameters
Name | Type | Description |
---|---|---|
bronLink_verificationUuid (required) | string | the UUID of the verification to unlock |
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
{
"source": "bronid",
"bronLink": "https://preview.bronid.com/idForm/02197017-1211-411b-8188-97f5144e65ef",
"verificationUuid": "02197017-1211-411b-8188-97f5144e65ef",
"status": "success"
}
Restrictions
- URL is only accessible for a limited time (30 minutes) after generation
- URL can only be opened 3 times
- URL can be used for a maximum of 5 verification attempts