Document Types
Supported identity documents and required fields
VeroID supports six document types through the Australian Government's Document Verification Service (DVS).
Driver's Licence
{
"documentType": "drivers_licence",
"givenName": "John",
"familyName": "Smith",
"dateOfBirth": "1990-01-15",
"licenceNumber": "12345678",
"stateOfIssue": "NSW",
"cardNumber": "123456789"
}States: NSW, VIC, QLD, WA, SA, TAS, ACT, NT
Card Number: Required for NSW, QLD, SA, WA
Passport
{
"documentType": "passport",
"givenName": "Jane",
"familyName": "Doe",
"dateOfBirth": "1985-06-20",
"passportNumber": "PA1234567",
"gender": "F"
}Gender: M (Male), F (Female), X (Indeterminate)
Medicare Card
{
"documentType": "medicare",
"givenName": "Test",
"familyName": "User",
"dateOfBirth": "2000-01-01",
"medicareNumber": "1234567890",
"individualReferenceNumber": "1",
"cardColour": "G"
}Card Colours: G (Green), B (Blue), Y (Yellow)
Visa (ImmiCard)
{
"documentType": "visa",
"givenName": "John",
"familyName": "Smith",
"dateOfBirth": "1990-01-15",
"passportNumber": "PA1234567",
"countryOfIssue": "GBR"
}Country: ISO 3166-1 alpha-3 code
Birth Certificate
{
"documentType": "birth_certificate",
"givenName": "Jane",
"familyName": "Doe",
"dateOfBirth": "1985-06-20",
"registrationNumber": "12345/1985",
"registrationState": "VIC",
"registrationYear": "1985"
}Citizenship Certificate
{
"documentType": "citizenship",
"givenName": "Test",
"familyName": "User",
"dateOfBirth": "2000-01-01",
"stockNumber": "ABC123456",
"acquisitionDate": "2020-07-01"
}