Test Cases - Australia | Work Visa Check Type
The following test cases are available within the aus:sandbox scope for 'work' visa checks. Work is the default visa check type and covers most use cases apart from Study Visa and Migration Agent checks.
Please note that the family_name and given_name (below as John Smith), can be anything you want, without affecting the response. Feel free to use your own names to differentiate the requests.
For aus:sandbox scope, you may choose to just leave out the "customer_authority_id" as it is not needed.
The JSON preceding the document array should be consistent:
{
"jurisdiction": "AUS",
"environment": "sandbox",
"mode": "fastcheck",
"visa_check_schema": "australia",
"australia": {
"visa_check_type": "work"
},
Passport Holder Details
The following passports cover the various scenarios associated with visa checks for Australia:
Successful with visa conditions - Primary Student Visa 500 with 8105 condition
"document": {
"type": "passport",
"identifier": "22222222",
"country": "ARG",
"family_name": "Messi",
"given_name": "Lionel",
"date_of_birth": "1987-06-24"
}
Successful - Permanent Resident
"document": {
"type": "passport",
"identifier": "A01234567",
"country": "USA",
"family_name": "Trump",
"given_name": "Donald",
"date_of_birth": "1946-06-14"
}
Successful - 190 Skilled Visa
"document": {
"type": "passport",
"identifier": "M98765431",
"country": "IND",
"family_name": "Kohli",
"given_name": "Virat",
"date_of_birth": "1988-11-05"
}
Successful - 485 Temporary Graduate
"document": {
"type": "passport",
"identifier": "ML4101234",
"country": "PAK",
"family_name": "Akram",
"given_name": "Wasim",
"date_of_birth": "1966-06-03"
}
Successful - Bridging A with 8105 condition
"document": {
"type": "passport",
"identifier": "P5554441B",
"country": "PHL",
"family_name": "Salonga",
"given_name": "Lea",
"date_of_birth": "1971-02-22"
}
Successful - 417 Working Holiday with 8547 condition
"document": {
"type": "passport",
"identifier": "M12345678",
"country": "KOR",
"family_name": "Park",
"given_name": "Jae-sang",
"date_of_birth": "1977-12-31"
}
Successful - NZ Special Category 444 Visa
"document": {
"type": "passport",
"identifier": "P12345678",
"country": "NZL",
"family_name": "Ardern",
"given_name": "Jacinda",
"date_of_birth": "1980-07-26"
}
Error – VEVO cannot identify the person
"document": {
"type": "passport",
"identifier": "12121212",
"country": "BMU",
"family_name": "Smith",
"given_name": "John",
"date_of_birth": "2000-11-11"
}
Error – VEVO can identify the person but no visa
"document": {
"type": "passport",
"identifier": "37373737",
"country": "FIN",
"family_name": "Raikkonen",
"given_name": "Kimi",
"date_of_birth": "1979-10-17"
}
Error with Client Authority credentials - username and password not found
"document": {
"type": "passport",
"identifier": "97979797",
"country": "GAB",
"family_name": "Smith",
"given_name": "John",
"date_of_birth": "2000-07-07"
}
Successful - Australian Permanent Resident or Citizen
Note: you would only get this response if the visa holder recently became a citizen. You cannot check AU passports with this API.
"document": {
"type": "passport",
"identifier": "77777777",
"country": "IND",
"family_name": "Chawla",
"given_name": "Kalpana",
"date_of_birth": "1962-03-17"
}
Successful - Immicard
"document": {
"type": "immicard",
"identifier": "AMS200000",
"country": "MMR",
"family_name": "Aung San",
"given_name": "Suu Kyi",
"date_of_birth": "1945-06-19"
}
Successful - 820 Partner Visa
"document": {
"type": "passport",
"identifier": "P7654321A",
"country": "PHL",
"family_name": "Marcos",
"given_name": "Imelda",
"date_of_birth": "1929-07-02"
}
Successful - 500 Primary Student Visa with 8105
"document": {
"type": "passport",
"identifier": "P3456789A",
"country": "PHL",
"family_name": "Pacquiao",
"given_name": "Emmanuel",
"date_of_birth": "1978-12-17"
}