KYC verification of individuals (NZL)
Use this API call to perform KYC verification of individuals.
Parameters
Name | Type | Description |
---|---|---|
country | string | NZL |
firstName | string - letters, apostrophes, spaces, hyphens | Less than 80 characters |
middleName | string - letters, apostrophes, spaces, hyphens | Less than 80 characters |
lastName | string - letters, apostrophes, spaces, hyphens | Less than 80 characters |
dateOfBirth | string | DD/MM/YYYY |
unitNumber | string or null* | |
streetNumber | string | |
streetName | string | |
streetType | string or null* | Street types |
suburb | string | New Zealand suburb name |
postcode | string | 4 digits |
gender | string | male/female/other/preferNotToSay |
email | string |
ID documents
Submitting ID documents is optional. You can use ID documents as a verification source to improve the likelihood of a successful verification.
Driver licence
Name | Type | Description |
---|---|---|
driversLicenceNumber | string | 2 letters followed by 6 digits |
driversLicenceVersionNumber | string | 3 alphanumeric characters |
driversLicenceImageFront | string | base64 Data URI (JPG/PNG/PDF) |
driversLicenceImageBack | string | base64 Data URI (JPG/PNG/PDF) |
Passport
Name | Type | Description |
---|---|---|
passportNumber | string | 1 or 2 letters followed by 6 digits |
passportCountryOfIssue | string | NZL |
passportDocumentExpiry | string | DD/MM/YYYY |
passportImage | string | base64 Data URI (JPG/PNG/PDF) |
Note on NZL passports
Passports submitted for NZL individuals must have been issued by New Zealand.
Note on uploading documents
Base64 encoded uploads must be submitted as a Data URI (with data format prefix). Example PDF format: "data:application/pdf;base64,JVBERi0xLjUKJYCBgoMKMSAwIG9i..."