KYC forms for individuals (AUS)
Use this API call to generate KYC forms for individuals.
Parameters
Name | Type | Description |
---|---|---|
country (required) | string | 3 letter country ISO |
type (required) | string | "individual" |
firstName | string - letters only | |
middleName | string - letters only | |
lastName | string - letters only | |
gender | string | male/female |
dateOfBirth | string | DD/MM/YYYY |
address | string |
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/5ae132d1-a4f6-4e72-adf4-92aa4faa39a3",
"verificationUuid": "5ae132d1-a4f6-4e72-adf4-92aa4faa39a3",
"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