Test Cases - New Zealand | Visa Verification
The following test cases are available within the nzl:sandbox scope.
The request JSON preceding the new_zealand specific array will be consistent:
{
"jurisdiction": "NZL",
"environment": "sandbox",
"mode": "fastcheck",
"customer_authority_id": "{{recently_created_ca_id}}",
"visa_check_schema": "new_zealand",
Passport & Visa Approval Letter Details
The following passports and visa approval letter details cover the various scenarios associated with visa checks for New Zealand:
Successful - Resident
"new_zealand": {
"visa_check_type": "verification",
"approval_letter_start_date": "2024-08-04",
"approval_letter_gender": "F"
},
"document": {
"type": "passport",
"identifier": "V1212121",
"country": "PHL",
"family_name": "Chui",
"given_name": "Kim",
"date_of_birth": "1990-04-19"
}
}
Successful - Work
"new_zealand": {
"visa_check_type": "verification",
"approval_letter_start_date": "2023-09-08",
"approval_letter_gender": "M"
},
"document": {
"type": "passport",
"identifier": "V1212122",
"country": "LKA",
"family_name": "Jayasuriya",
"given_name": "Sanath",
"date_of_birth": "1969-06-30"
}
}
Successful - Work
"new_zealand": {
"visa_check_type": "verification",
"approval_letter_start_date": "2024-01-07",
"approval_letter_gender": "M"
},
"document": {
"type": "passport",
"identifier": "V1212123",
"country": "IND",
"family_name": "Kohli",
"given_name": "Virat",
"date_of_birth": "1988-11-05"
}
}
Successful - Work
"new_zealand": {
"visa_check_type": "verification",
"approval_letter_start_date": "2024-03-17",
"approval_letter_gender": "M"
},
"document": {
"type": "passport",
"identifier": "V1212124",
"country": "NPL",
"family_name": "Norgay",
"given_name": "Tenzing",
"date_of_birth": "1986-09-05"
}
}
Successful - Resident
"new_zealand": {
"visa_check_type": "verification",
"approval_letter_start_date": "2024-01-04",
"approval_letter_gender": "F"
},
"document": {
"type": "passport",
"identifier": "V1212125",
"country": "ZAF",
"family_name": "Theron",
"given_name": "Charlize",
"date_of_birth": "1975-08-07"
}
}
Error with Client Authority - RealMe credentials not valid
"new_zealand": {
"visa_check_type": "verification",
"approval_letter_start_date": "2024-02-01",
"approval_letter_gender": "M"
},
"document": {
"type": "passport",
"identifier": "V1212126",
"country": "AUS",
"family_name": "Bradman",
"given_name": "Donald",
"date_of_birth": "1908-08-27"
}
}
Error - visa cannot be verified
"new_zealand": {
"visa_check_type": "verification",
"approval_letter_start_date": "2024-04-01",
"approval_letter_gender": "F"
},
"document": {
"type": "passport",
"identifier": "V1212127",
"country": "DEU",
"family_name": "Merkel",
"given_name": "Angela",
"date_of_birth": "1954-07-17"
}
}