AUS: ImmiCard Certificate

  • Name: Requires given, middle and family names as shown on the certificate (if only a single name input hyphen into givenName)
  • Date of Birth: Always in YYYY-MM-DD format
  • ID Type: idType = IMMIGRATION
  • Country: AUS
  • ImmiCard Number:idNumber Three alpha characters (upper or lowercase) followed by six numeric characters only.e.g. PRE123456

Example for a test customer

{
    "entity": {
        "addresses": [
            {
                "country": "AUS",
                "addressType": "RESIDENTIAL1",
                "postalCode": "3156",
                "state": "VIC",
                "unitNumber":"U1",
                "streetNumber": "35",
                "streetName": "Conn",
                "streetType": "STREET",
                "town": "Ferntree Gully",
                "longForm": "U 1/35 CONN STREET, FERNTREE GULLY, VIC 3156"
            }
        ],
        "dateOfBirth": {
            "dateOfBirth": "1980-01-01"
        },
        "entityProfile": "gov_id",
        "identityDocs": [
            {
                "country": "AUS",
                "idNumber": "PRE123456",
                "idType": "IMMIGRATION",
                "region": ""
            }
        ],
        "extraData": [
            {
                "kvpKey": "customer_reference",
                "kvpType": "id.external",
                "kvpValue": "Frankie-Test-001"
            },
            {
                "kvpKey": "consent.general",
                "kvpType": "general.bool",
                "kvpValue": "true"
            },
            {
                "kvpKey": "consent.docs",
                "kvpType": "general.bool",
                "kvpValue": "true"
            },
            {
                "kvpKey": "consent.creditheader",
                "kvpType": "general.bool",
                "kvpValue": "true"
            }
        ],
        "name": {
            "familyName": "Jones",
            "middleName":"",
            "givenName": "Matthew Test",
            "displayName" : ""
        }
    }
}