Test Cases - Australia | Study Visa Check Type
The following test cases are available within the aus:sandbox scope for 'Study' Visa 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": "study"
},
Passport Holder Details
The following passports cover the various scenarios associated with Study Visa checks for Australia:
Successful
"document": {
"type": "passport",
"identifier": "77777777",
"country": "IND",
"family_name": "Virat",
"given_name": "Kohli",
"date_of_birth": "1988-11-05"
}
Successful with visa conditions
"document": {
"type": "passport",
"identifier": "22222222",
"country": "ARG",
"family_name": "Messi",
"given_name": "Lionel",
"date_of_birth": "1999-02-02"
}
Successful with visa conditions
"document": {
"type": "passport",
"identifier": "EJ7654321",
"country": "CHN",
"family_name": "Ma",
"given_name": "Jack",
"date_of_birth": "1964-09-10"
}
Error – VEVO cannot identify the person
"document": {
"type": "passport",
"identifier": "12121212",
"country": "BMU",
"family_name": "Smith",
"given_name": "John",
"date_of_birth": "1999-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": "1999-07-07"
}