vSure Visa Checks API v2

vSure visa check API

Brand banner

Test Cases - New Zealand | Employer VisaView

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 Details

The following passports and visa approval letter details cover the various scenarios associated with visa checks for New Zealand:

Successful - YES, is entitled to work

    "new_zealand": {
		"visa_check_type": "employer",
        "employment_start_date": "2024-08-04"
    },
    "document": {
        "type": "passport",
        "identifier": "10987654",
        "country": "FJI",
        "family_name": "Ravalawa"
    }
}

Successful - YES, is entitled to work with limitations

    "new_zealand": {
		"visa_check_type": "employer",
        "employment_start_date": "2024-08-04"
    },
    "document": {
        "type": "passport",
        "identifier": "N0123456",
        "country": "KHM",
        "family_name": "Mam"
    }
}

Error with Client Authority - RealMe credentials not valid

    "new_zealand": {
				"visa_check_type": "employer"
    },
    "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": "employer"
    },
    "document": {
        "type": "passport",
        "identifier": "V1212127",
        "country": "DEU",
        "family_name": "Merkel",
        "given_name": "Angela",
        "date_of_birth": "1954-07-17"
    }
}