👩‍🏫 The data providers review and confirm the accuracy of the provided data.

Data Provider result depends on the configured Data provider per client. If the Data provider is not present, then the data_provider field is not included in the Fetch a Transaction - JSON - Response. It will be defined in a JSON object with the following structure:

IDMartrix Example

{
    "DATA_CONNECT": "DataConnectResult",
    "ID_MATRIX": "IdMatrixResult"
}

Pep and Sanctions Example

{
    "DATA_CONNECT": "DataConnectResult",
    "OCRLABS_PEP_SANCTIONS": "OCRLabsPepSanctionsResult"
}

Serpro Example

{
    "DATA_CONNECT": "DataConnectResult",
    "OCRLABS_SERPRO": "OcrLabsSerproResult"
}

Centrix NZ Example

{
    "DATA_CONNECT": "DataConnectResult",
    "CENTRIX": "CentrixResult"
}

📘

Note:

For more details on the Centrix NZ data provider, please refer here.

The following table explains the details of each field:

🚧

Note:

There will be various responses depending on user activity. There are two categories:

  • Mandatory: means the field and its value will always be returned, even with null values.
  • Optional: means the field would not exist in some cases when either:
    • The transaction is not completed yet.
    • The client has not configured a data provider in Settings.
FieldsData TypeMandatory/OptionalDescriptionPossible Response
DATA_CONNECTobjectOptionalDataConnect will respond if the Data provider check's result is DataConnect.- The field will not exist if the Data provider check was not DataConnect

- If the data has been redacted, the result will be invalid with null.- Otherwise, it will always be present.
ID_MATRIXobjectOptionalIdMatrix will respond if the Data provider check's result is IdMatrix.- The field will not exist if the Data provider check was not IDMatrix

- If the data has been redacted, the result will be invalid with null.- Otherwise, it will always be present.
OCRLABS_PEP_SANCTIONSobjectOptionalOCR Labs PEP and Sanctions will respond if the data provider has been configured in client settings.

- Validate individual results against

- Politically Exposed Persons: current, former and linked

- Sanctions: current and former

- Regulatory Enforcement Lists- Reputational Risk Exposure dataset
- The field "OCRLABS_PEP_SANCTIONS" will not exist if the Data Provider check was not OCRLABS_PEP_SANCTIONSIf the transaction is redacted, the "OCRLABS_PEP_SANCTIONS" will show the "overall" result, but the data node will be NULL.- Otherwise, it will always be present.
OCRLABS_SERPROobjectOptionalOCRLABS_SERPRO will respond if the data provider has been configured in client settings.- The field "OCRLABS_SERPRO" will not exist if the Data Provider check was not Serpro

- If the transaction is redacted, the "OCRLABS_SERPRO" will show the "overall" result, but the data node will be NULL.

- If the CPF Consultation call returns an invalid CPF, the Datavalid API check is not invoked.

- The "Document Only" flow, i.e., the Normal V2 flow for which the Liveness Check is turned off, will only invoke the Serpro Consulta CPF API and not the Serpro Datavalid API.- Otherwise, it will always be present.
CENTRIXobjectOptionalCentrix will respond if the Data provider check's result is Centrix.- The field will not exist if the Data provider check was not CENTRIX.

- If the identified documents are not NZ Driver’s Licence or Passport, the field will not exist.

- If the data has been redacted, the result will be invalid with null.

- Otherwise, it will always be present.

Below is the data_provider sample response:

❗️

Info:

All contents under the data{...} field are returned by the Data provider and are not under IDVerse' control.

"data_provider": {
    "DATA_CONNECT": {
      "overall": "FAILED",
      "data": {
        "rapidID": "<check-id>",
        "VerifyDocumentResult": {
          "attributes": {
            "i:type": "DriverLicenceResponse"
          },
          "VerificationResultCode": "N",
          "OriginatingAgencyCode": "XXXX",
          "ActivityId": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
          "VerificationRequestNumber": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"
        },
        "fieldDetails": {
          "BirthYear": "No Match",
          "BirthMonth": "No Match",
          "FamilyName": "No Match",
          "LicenceNumber": "No Match",
          "GivenName": "No Match",
          "BirthDay": "No Match",
          "StateOfIssue": "No Match",
          "ImmiCardNumber": "No Match",
          "MiddleName": "No Match",
          "ExpiryDay": "No Match",
          "RegistrationState": "No Match",
          "CardType": "No Match",
          "CountryOfIssue": "No Match",
          "BirthDate": "No Match"
        }
      },
      "message": "OK",
      "version": "1.0.0",
      "xml": false
    },
    "ID_MATRIX": {
      "data": {
        "fraudAssessment": {
          "dataSource": [
            {
              "name": "Politically Exposed Person (PEP) Verification",
              "result": "PASS",
              "score": "100.0",
              "threshold": "50.0",
              "weight": "0.25"
            },
            {
              "name": "Velocity Verification",
              "result": "PASS",
              "score": "100.0",
              "threshold": "50.0",
              "weight": "0.25"
            },
            {
              "name": "FraudCheck Shared Fraud Database",
              "result": "PASS",
              "score": "100.0",
              "threshold": "50.0",
              "weight": "0.25"
            },
            {
              "name": "Sanctions Check",
              "result": "PASS",
              "score": "100.0",
              "threshold": "50.0",
              "weight": "0.25"
            }
          ],
          "overall": [
            {
              "name": "Overall Result",
              "value": "PASS"
            },
            {
              "name": "Overall Fraud Score",
              "value": "100/100"
            },
            {
              "name": "Overall Threshold",
              "value": "50.0"
            }
          ]
        },
        "overall": "ACCEPT",
        "searchResults": {
          "overall": "ACCEPT",
          "rulesResults": [
            {
              "name": "Overall Decision",
              "value": "ACCEPT"
            },
            {
              "name": "Overall Points",
              "value": "119.0"
            },
            {
              "name": "IDMatrix Minimum Requirements Verification",
              "value": "MATCH"
            },
            {
              "name": "IDMatrix Safe Harbour Verification",
              "value": "MATCH"
            }
          ],
          "searchResults": {
            "fraudassessment": [
              {
                "components": {
                  "address": "NO MATCH",
                  "dob": "NO MATCH",
                  "fraud": "NO MATCH",
                  "full_name": "NO MATCH",
                  "id": "NO MATCH",
                  "name": "NO MATCH"
                },
                "name": "Velocity (v1.0)",
                "points": "0",
                "results": 0,
                "searchName": "VEDA-EVVELOCITY-0026",
                "value": "NO MATCH"
              },
              {
                "components": {
                  "address": "NO MATCH",
                  "dob": "NO MATCH",
                  "fraud": "NO MATCH",
                  "full_name": "NO MATCH",
                  "id": "NO MATCH",
                  "name": "NO MATCH"
                },
                "name": "GlobalScreening - PEPs (Domestic) (v1.0)",
                "points": "0",
                "results": 0,
                "searchName": "ACC-PEPS-0048",
                "value": "NO MATCH"
              },
              {
                "components": {
                  "address": "NO MATCH",
                  "dob": "NO MATCH",
                  "fraud": "NO MATCH",
                  "full_name": "NO MATCH",
                  "id": "NO MATCH",
                  "name": "NO MATCH"
                },
                "name": "GlobalScreening - Sanctions (International) (v2.0)",
                "points": "0",
                "results": 0,
                "searchName": "ACC-COMPLINK-0021",
                "value": "NO MATCH"
              },
              {
                "components": {
                  "address": "NO MATCH",
                  "dob": "NO MATCH",
                  "fraud": "NO MATCH",
                  "full_name": "NO MATCH",
                  "id": "NO MATCH",
                  "name": "NO MATCH"
                },
                "name": "Fraud Lookup - Address (v1.0)",
                "points": "0",
                "results": "0",
                "searchName": "VEDA-SFDADDR-0023",
                "value": "NO MATCH"
              }
            ],
            "verification": [
              {
                "components": {
                  "address": "PASS",
                  "dob": "PASS",
                  "fraud": "PASS",
                  "full_name": "PASS",
                  "id": "PASS",
                  "name": "PASS"
                },
                "name": "Credit Bureau Consumer (v3.0)",
                "points": "59",
                "results": "98",
                "searchName": "VEDA-CBCONS-0050",
                "value": "PASS"
              },
              {
                "components": {
                  "address": "PASS",
                  "dob": "PASS",
                  "fraud": "PASS",
                  "full_name": "PASS",
                  "id": "PASS",
                  "name": "PASS"
                },
                "name": "Credit Bureau Consumer (v3.2)",
                "points": "0",
                "results": "100",
                "searchName": "VEDA-CBCONS-0066",
                "value": "PASS"
              },
              {
                "components": {
                  "address": "PASS",
                  "dob": "PASS",
                  "fraud": "PASS",
                  "full_name": "PASS",
                  "id": "PASS",
                  "name": "PASS"
                },
                "name": "Australian Electoral Roll (v3.0)",
                "points": "60",
                "results": "100",
                "searchName": "AEC-ER-0049",
                "value": "PASS"
              }
            ]
          },
          "verificationOutcome": {
            "indicator": "ACCEPT",
            "totalPoints": "119"
          }
        },
        "summary": [
          {
            "name": "Reference",
            "value": "200822-98BE2-ADFA9"
          },
          {
            "name": "Profile Name",
            "value": "KYC-TEST_PROFILE_GEE-Service1"
          },
          {
            "name": "Profile Version",
            "value": "1"
          }
        ]
      },
      "encrypted_xml": "example/transaction_id/encrypted-id-matrix-response.xml.enc",
      "message": "OK",
      "version": "1.0.0"
    }
  }

Data Provider - DataConnectResult

DATA_CONNECT will be defined in a JSON object with the following structure:

❗️

Info:

All contents under the data{...} field are returned by the Data provider and are not under IDVerse' control.

"data_provider": {
    "DATA_CONNECT": {
      "overall": "FAILED",
      "data": {
        "rapidID": "<check-id>",
        "VerifyDocumentResult": {
          "attributes": {
            "i:type": "DriverLicenceResponse"
          },
          "VerificationResultCode": "N",
          "OriginatingAgencyCode": "XXXX",
          "ActivityId": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
          "VerificationRequestNumber": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"
        },
        "fieldDetails": {
          "BirthYear": "No Match",
          "BirthMonth": "No Match",
          "FamilyName": "No Match",
          "LicenceNumber": "No Match",
          "GivenName": "No Match",
          "BirthDay": "No Match",
          "StateOfIssue": "No Match",
          "ImmiCardNumber": "No Match",
          "MiddleName": "No Match",
          "ExpiryDay": "No Match",
          "RegistrationState": "No Match",
          "CardType": "No Match",
          "CountryOfIssue": "No Match",
          "BirthDate": "No Match"
        }
      },
      "message": "OK",
      "version": "1.0.0",
      "xml": false
    }
}

However, if the data_provider data is redacted, you will see the following response:

"data_provider": {
    "DATA_CONNECT": null
}

Data Provider - IdMatrixResult

ID_MATRIX will be defined in a JSON object with the following structure:

❗️

Info:

All contents under the data{...} field are returned by the Data provider and are not under IDVerse' control.

"data_provider": {
   "ID_MATRIX": {
      "data": {
        "fraudAssessment": {
          "dataSource": [
            {
              "name": "Politically Exposed Person (PEP) Verification",
              "result": "PASS",
              "score": "100.0",
              "threshold": "50.0",
              "weight": "0.25"
            },
            {
              "name": "Velocity Verification",
              "result": "PASS",
              "score": "100.0",
              "threshold": "50.0",
              "weight": "0.25"
            },
            {
              "name": "FraudCheck Shared Fraud Database",
              "result": "PASS",
              "score": "100.0",
              "threshold": "50.0",
              "weight": "0.25"
            },
            {
              "name": "Sanctions Check",
              "result": "PASS",
              "score": "100.0",
              "threshold": "50.0",
              "weight": "0.25"
            }
          ],
          "overall": [
            {
              "name": "Overall Result",
              "value": "PASS"
            },
            {
              "name": "Overall Fraud Score",
              "value": "100/100"
            },
            {
              "name": "Overall Threshold",
              "value": "50.0"
            }
          ]
        },
        "overall": "ACCEPT",
        "searchResults": {
          "overall": "ACCEPT",
          "rulesResults": [
            {
              "name": "Overall Decision",
              "value": "ACCEPT"
            },
            {
              "name": "Overall Points",
              "value": "119.0"
            },
            {
              "name": "IDMatrix Minimum Requirements Verification",
              "value": "MATCH"
            },
            {
              "name": "IDMatrix Safe Harbour Verification",
              "value": "MATCH"
            }
          ],
          "searchResults": {
            "fraudassessment": [
              {
                "components": {
                  "address": "NO MATCH",
                  "dob": "NO MATCH",
                  "fraud": "NO MATCH",
                  "full_name": "NO MATCH",
                  "id": "NO MATCH",
                  "name": "NO MATCH"
                },
                "name": "Velocity (v1.0)",
                "points": "0",
                "results": 0,
                "searchName": "VEDA-EVVELOCITY-0026",
                "value": "NO MATCH"
              },
              {
                "components": {
                  "address": "NO MATCH",
                  "dob": "NO MATCH",
                  "fraud": "NO MATCH",
                  "full_name": "NO MATCH",
                  "id": "NO MATCH",
                  "name": "NO MATCH"
                },
                "name": "GlobalScreening - PEPs (Domestic) (v1.0)",
                "points": "0",
                "results": 0,
                "searchName": "ACC-PEPS-0048",
                "value": "NO MATCH"
              },
              {
                "components": {
                  "address": "NO MATCH",
                  "dob": "NO MATCH",
                  "fraud": "NO MATCH",
                  "full_name": "NO MATCH",
                  "id": "NO MATCH",
                  "name": "NO MATCH"
                },
                "name": "GlobalScreening - Sanctions (International) (v2.0)",
                "points": "0",
                "results": 0,
                "searchName": "ACC-COMPLINK-0021",
                "value": "NO MATCH"
              },
              {
                "components": {
                  "address": "NO MATCH",
                  "dob": "NO MATCH",
                  "fraud": "NO MATCH",
                  "full_name": "NO MATCH",
                  "id": "NO MATCH",
                  "name": "NO MATCH"
                },
                "name": "Fraud Lookup - Address (v1.0)",
                "points": "0",
                "results": "0",
                "searchName": "VEDA-SFDADDR-0023",
                "value": "NO MATCH"
              }
            ],
            "verification": [
              {
                "components": {
                  "address": "PASS",
                  "dob": "PASS",
                  "fraud": "PASS",
                  "full_name": "PASS",
                  "id": "PASS",
                  "name": "PASS"
                },
                "name": "Credit Bureau Consumer (v3.0)",
                "points": "59",
                "results": "98",
                "searchName": "VEDA-CBCONS-0050",
                "value": "PASS"
              },
              {
                "components": {
                  "address": "PASS",
                  "dob": "PASS",
                  "fraud": "PASS",
                  "full_name": "PASS",
                  "id": "PASS",
                  "name": "PASS"
                },
                "name": "Credit Bureau Consumer (v3.2)",
                "points": "0",
                "results": "100",
                "searchName": "VEDA-CBCONS-0066",
                "value": "PASS"
              },
              {
                "components": {
                  "address": "PASS",
                  "dob": "PASS",
                  "fraud": "PASS",
                  "full_name": "PASS",
                  "id": "PASS",
                  "name": "PASS"
                },
                "name": "Australian Electoral Roll (v3.0)",
                "points": "60",
                "results": "100",
                "searchName": "AEC-ER-0049",
                "value": "PASS"
              }
            ]
          },
          "verificationOutcome": {
            "indicator": "ACCEPT",
            "totalPoints": "119"
          }
        },
        "summary": [
          {
            "name": "Reference",
            "value": "200822-98BE2-ADFA9"
          },
          {
            "name": "Profile Name",
            "value": "KYC-TEST_PROFILE_GEE-Service1"
          },
          {
            "name": "Profile Version",
            "value": "1"
          }
        ]
      },
      "encrypted_xml": "example/transaction_id/encrypted-id-matrix-response.xml.enc",
      "message": "OK",
      "version": "1.0.0"
    }
  }

However, if the data_provider data is redacted, you will see the following response:

"data_provider": {
    "DATA_CONNECT": null
}

Data Provider - OCR Labs PEP and Sanctions (Powered By Acuris/ION)

OCRLABS_PEP_SANCTIONS will be defined in a JSON object with the following structure if passed:

    "data_provider": {
        "OCRLABS_PEP_SANCTIONS": {
            "overall": "PASSED",
            "data": {
                "checkId": "client_5f541775-3a4a-4d27-8f01-ac7b142f8eb6",
                "matches": [],
                "raw_response": "{\"check_id\":\"client_5f541775-3a4a-4d27-8f01-ac7b142f8eb6\",\"provider_response\":{\"results\":{\"matchCount\":0,\"matches\":[]}}}"
            },
            "message": "OK",
            "version": "1.0.0",
            "xml": false
        }
    },

OCRLABS_PEP_SANCTIONS will be defined in a JSON object with the following structure if flagged:

"data_provider": {
        "OCRLABS_PEP_SANCTIONS": {
            "overall": "FLAGGED",
            "data": {
                "checkId": "client_850e6190-8674-464e-a178-b9cfa7db7457",
                "matches": [
                    {
                        "countries": [
                            "NZ"
                        ],
                        "datasets": [
                            "PEP-CURRENT",
                            "SAN-CURRENT"
                        ],
                        "datesOfBirth": [
                            "1980-07-26"
                        ],
                        "gender": "Female",
                        "match": "Ardern Jacinda",
                        "name": "Jacinda Kate Laurell Ardern",
                        "pepTier": "PEP Tier 1",
                        "profileImage": "https://www.acurisriskintelligence.com/cdn/content/ari0202227/RpHfDuRHnEa2x7iGYxkBW.png",
                        "qrCode": "1691834",
                        "resourceId": "68f9a8df0282b6fe5d38663af1f92d35db8b1f5788cd7a12f470bbf9fff6da18",
                        "resourceUri": "/individuals/68f9a8df0282b6fe5d38663af1f92d35db8b1f5788cd7a12f470bbf9fff6da18",
                        "score": 96,
                        "version": 1691480889011
                    }
                ],
                "raw_response": "{\"check_id\":\"client_850e6190-8674-464e-a178-b9cfa7db7457\",\"provider_response\":{\"results\":{\"matchCount\":1,\"matches\":[{\"countries\":[\"NZ\"],\"datasets\":[\"PEP-CURRENT\",\"SAN-CURRENT\"],\"datesOfBirth\":[\"1980-07-26\"],\"gender\":\"Female\",\"match\":\"Ardern Jacinda\",\"name\":\"Jacinda Kate Laurell Ardern\",\"pepTier\":\"PEP Tier 1\",\"profileImage\":\"https://www.acurisriskintelligence.com/cdn/content/ari0202227/RpHfDuRHnEa2x7iGYxkBW.png\",\"qrCode\":\"1691834\",\"resourceId\":\"68f9a8df0282b6fe5d38663af1f92d35db8b1f5788cd7a12f470bbf9fff6da18\",\"resourceUri\":\"/individuals/68f9a8df0282b6fe5d38663af1f92d35db8b1f5788cd7a12f470bbf9fff6da18\",\"score\":96,\"version\":1691480889011}]}}}"
            },
            "message": "OK",
            "version": "1.0.0",
            "xml": false
        }
    } 

📘

Note:

All transactions before February 2024 might or can include Datazoo reference URLs.

OCRLABS_PEP_SANCTIONS will be defined in a JSON object with the following structure if redacted:

   "data_provider": {
        "OCRLABS_PEP_SANCTIONS": {
            "overall": "PASSED",
            "data": {
                "checkId": null,
                "matches": null,
                "raw_response": null
            },
            "message": null,
            "version": null,
            "xml": null
        }
    },

Data Provider - Serpro

OCRLABS_SERPRO will be defined in a JSON object with the following structure if passed:

📘

Note:

Please note that the following is an example of only CPF Consulta results in the response.

    "data_provider": {
        "OCRLABS_SERPRO": {
            "overall": "FLAGGED",
            "data": {
                "cpf": {
                    "birth_date": "21101940",
                    "checkId": "client_56ab0acb-23e6-4812-82cf-084cde6fb052",
                    "cpf": "03658252804",
                    "death_date": "2022",
                    "name": "EDSON ARANTES DO NASCIMENTO",
                    "result": false,
                    "situation_code": 3,
                    "situation_description": "Titular falecido",
                    "status": 200
                }
            },
            "message": "OK",
            "version": "1.0.0",
            "xml": false
        }
    },

OCRLABS_SERPRO will be defined in a JSON object with the following structure if flagged:

📘

Note:

Please note that the following is an example of CPF Consulta and Datavalid API results in the response.

    "OCRLABS_SERPRO": {
      "data": {
        "cpf": {
          "birth_date": "23101998",
          "checkId": "client_c977ce3d-e15c-4cc4-8e1a-d9ab3e8a5fef",
          "cpf": "40913607851",
          "death_date": null,
          "name": "BEATRIZ DE SOUZA BATISTA",
          "result": true,
          "situation_code": 0,
          "situation_description": "Regular",
          "status": 200
        },
        "data_valid": {
          "checkId": "client_f93d4fdd-f752-418c-8973-507c455ea777",
          "cnh_available": true,
          "cpf_available": true,
          "face_available": false,
          "face_probability": "Baixíssima probabilidade",
          "face_similarity": 0.19243275,
          "result": false,
          "status": 200
        },
        "overall": "FLAGGED"
      },


Data Provider - Centrix NZ

CentrixResult will be defined in a JSON object with the following structure if flagged:

    "data_provider": {
        "CENTRIX": {
            "overall": "FLAGGED",
            "data": {
                "checkSuccessful": true,
                "pep_details": {
                    "status": true
                },
                "raw_response": "{\"s:Envelope\":{\"$\":{\"xmlns:s\":\"http://schemas.xmlsoap.org/soap/envelope/\"},\"s:Body\":[{\"GetCreditReportProductsResponse\":[{\"$\":{\"xmlns\":\"http://centrix.co.nz\"},\"GetCreditReportProductsResult\":[{\"$\":{\"xmlns:i\":\"http://www.w3.org/2001/XMLSchema-instance\"},\"ServiceProducts\":[{\"ServiceProduct\":[{\"ProductCode\":[\"SmartIDWithDriverLicence\"]}]}],\"ResponseDetails\":[{\"EnquiryNumber\":[\"8927729400\"],\"EnquiryDate\":[\"2024-06-18T19:30:16.0682477+12:00\"],\"IsSuccess\":[\"true\"],\"ServiceVersion\":[\"65.3.0.0\"],\"WsdlVersion\":[\"17.0.0.0\"],\"ServiceEnvironment\":[\"TEST\"]}],\"StatusMessages\":[{\"StatusMessage\":[{\"MessageCode\":[\"D100\"],\"MessageText\":[\"Credentials OK: IDV  - Origin ID, idvb2btest - b2b Test\"],\"MessageType\":[\"Debug\"],\"SupportData\":[\"\"]},{\"MessageCode\":[\"D100\"],\"MessageText\":[\"Server is TEST1-SUBSCRIBE\"],\"MessageType\":[\"Debug\"],\"SupportData\":[\"\"]},{\"MessageCode\":[\"I207\"],\"MessageText\":[\"SmartID has not verified due to unmatched Government ID data\"],\"MessageType\":[\"Information\"],\"SupportData\":[\"\"]}]}],\"EnteredRequestDetails\":[{\"SubscriberReference\":[\"ref1\"],\"EnquiryReason\":[\"IDVF\"],\"EnquiryReasonDescription\":[\"ID Verification\"],\"ProductType\":[{\"$\":{\"i:nil\":\"true\"}}],\"ProductTypeDescription\":[{\"$\":{\"i:nil\":\"true\"}}],\"AmountSought\":[\"0\"],\"ApplicantType\":[\"SNGL\"],\"ApplicantTypeDescription\":[\"Single applicant\"]}],\"EnteredConsumerData\":[{\"Personal\":[{\"Surname\":[\"Glover\"],\"FirstName\":[\"Christopher\"],\"MiddleName\":[\"Zane\"],\"DateOfBirth\":[\"1990-01-01T00:00:00\"],\"Gender\":[\"U\"]}],\"Addresses\":[{\"Address\":[{\"AddressType\":[\"C\"],\"AddressLine1\":[\"23 Pleasant Place\"],\"AddressLine2\":[\" \"],\"Suburb\":[\"Pauanui\"],\"City\":[\"Pauanui\"],\"Country\":[\"AUS\"],\"Postcode\":[\"3508\"],\"NumberOfYearsAtAddress\":[\"0\"],\"State\":[{\"$\":{\"i:nil\":\"true\"}}]}]}],\"DriverLicence\":[{\"DriverLicenceNumber\":[\"BM123456\"],\"DriverLicenceVersion\":[\"333\"]}],\"Passport\":[{\"$\":{\"i:nil\":\"true\"}}],\"Telephones\":[{\"$\":{\"i:nil\":\"true\"}}]}],\"DataSets\":[{\"ConsumerFile\":[{\"$\":{\"i:nil\":\"true\"}}],\"DriverLicenceVerification\":[{\"DriverLicenceNumber\":[\"BM123456\"],\"DriverLicenceVersion\":[\"333\"],\"IsDriverLicenceVerified\":[\"false\"],\"IsDriverLicenceLastNameMatched\":[\"false\"],\"IsDriverLicenceFirstNameMatched\":[\"false\"],\"IsDriverLicenceMiddleNameMatched\":[\"false\"],\"IsDriverLicenceDateOfBirthMatched\":[\"false\"],\"IsSuccess\":[\"true\"],\"IsDriverLicenceVerifiedAndMatched\":[\"false\"],\"Surname\":[\"Glover\"],\"FirstName\":[\"Christopher\"]}],\"KnownNames\":[{\"$\":{\"i:nil\":\"true\"}}],\"KnownAddresses\":[{\"$\":{\"i:nil\":\"true\"}}],\"PreviousEnquiries\":[{\"$\":{\"i:nil\":\"true\"}}],\"Defaults\":[{\"$\":{\"i:nil\":\"true\"}}],\"Judgments\":[{\"$\":{\"i:nil\":\"true\"}}],\"Insolvencies\":[{\"$\":{\"i:nil\":\"true\"}}],\"CompanyAffiliations\":[{\"$\":{\"i:nil\":\"true\"}}],\"FileNotes\":[{\"$\":{\"i:nil\":\"true\"}}],\"FinesDataList\":[{\"$\":{\"i:nil\":\"true\"}}],\"NameOnlyInsolvencies\":[{\"$\":{\"i:nil\":\"true\"}}],\"PaymentHistory\":[{\"$\":{\"i:nil\":\"true\"}}],\"RedArrearsMonthList\":[{\"$\":{\"i:nil\":\"true\"}}],\"PropertyOwnership\":[{\"$\":{\"i:nil\":\"true\"}}],\"ClientKeys\":[{\"$\":{\"i:nil\":\"true\"}}],\"IdentityVerificationData\":[{\"$\":{\"i:nil\":\"true\"}}],\"BureauHeaderDataIdentityVerification\":[{\"$\":{\"i:nil\":\"true\"}}],\"SummaryItems\":[{\"$\":{\"i:nil\":\"true\"}}],\"ExtraDataItems\":[{\"ExtraDataItem\":[{\"ExtraDataItemType\":[\"Configs\"],\"NameValuePairs\":[{\"NameValuePair\":[{\"Name\":[\"SmartID.Use Customised Source Logic?\"],\"Value\":[\"true\"]}]}]},{\"ExtraDataItemType\":[\"DriverLicenceDisclaimer\"],\"NameValuePairs\":[{\"NameValuePair\":[{\"Name\":[\"DriverLicenceDisclaimerText\"],\"Value\":[\"This photo Driver Licence information is provided under the terms and conditions published on our website – Third Party Terms and Conditions\"]}]}]},{\"ExtraDataItemType\":[\"Permissions\"],\"NameValuePairs\":[{\"NameValuePair\":[{\"Name\":[\"DIAPassportVerification\"],\"Value\":[\"true\"]},{\"Name\":[\"DIAConfirmation\"],\"Value\":[\"true\"]}]}]}]}],\"ApplicationDecision\":[{\"$\":{\"i:nil\":\"true\"}}],\"PEPWatchlistData\":[{\"IsSuccess\":[\"true\"],\"InternationalWatchlistIsClear\":[\"true\"]}],\"SmartID\":[{\"IsVerified\":[\"false\"],\"IsNameVerified\":[\"true\"],\"IsDateOfBirthVerified\":[\"true\"],\"IsAddressVerified\":[\"true\"],\"VerifiedDataSources\":[{\"VerifiedDataSource\":[{\"DataSourceName\":[\"ComprehensiveAccount\"]}]}],\"DataSourceMatchResults\":[{\"DataSourceMatchResult\":[{\"DataSourceName\":[\"ComprehensiveAccount\"],\"DataSourceDescription\":[\"Comprehensive Account\"],\"NameMatchStatus\":[\"Match\"],\"DateOfBirthMatchStatus\":[\"Match\"],\"AddressMatchStatus\":[\"Match\"]},{\"DataSourceName\":[\"RetailEnergyAccount\"],\"DataSourceDescription\":[\"Retail Energy Account\"],\"NameMatchStatus\":[\"NA\"],\"DateOfBirthMatchStatus\":[\"NA\"],\"AddressMatchStatus\":[\"NotPresent\"]},{\"DataSourceName\":[\"NZPropertyOwner\"],\"DataSourceDescription\":[\"NZ Property Owner\"],\"NameMatchStatus\":[\"NotPresent\"],\"DateOfBirthMatchStatus\":[\"NA\"],\"AddressMatchStatus\":[\"NotPresent\"]},{\"DataSourceName\":[\"NZTADriverLicence\"],\"DataSourceDescription\":[\"NZTA Driver Licence\"],\"NameMatchStatus\":[\"NoMatch\"],\"DateOfBirthMatchStatus\":[\"NoMatch\"],\"AddressMatchStatus\":[\"NA\"]},{\"DataSourceName\":[\"DIAPassport\"],\"DataSourceDescription\":[\"DIA Passport\"],\"NameMatchStatus\":[\"NotSearched\"],\"DateOfBirthMatchStatus\":[\"NotSearched\"],\"AddressMatchStatus\":[\"NotSearched\"]},{\"DataSourceName\":[\"NZBirthRegister\"],\"DataSourceDescription\":[\"NZ Birth Register\"],\"NameMatchStatus\":[\"NotSearched\"],\"DateOfBirthMatchStatus\":[\"NotSearched\"],\"AddressMatchStatus\":[\"NotSearched\"]},{\"DataSourceName\":[\"NZCompaniesOffice\"],\"DataSourceDescription\":[\"NZ Companies Office\"],\"NameMatchStatus\":[\"NotSearched\"],\"DateOfBirthMatchStatus\":[\"NotSearched\"],\"AddressMatchStatus\":[\"NotSearched\"]}]}],\"Version\":[\"2.0\"]}]}],\"ReportDisclaimer\":[\"Important Information: This report is provided to the subscriber on the terms and conditions of the subscriber agreement. \\r\\nCentrix cannot and does not warrant the accuracy of the information or that it is free from errors or defects.\\r\\nCentrix shall not be liable in any way whatsoever for the supply of the information contained in this report or the use of the information.\"],\"NameOnlyDataReportDisclaimer\":[{\"$\":{\"i:nil\":\"true\"}}],\"InsolvencyTrusteeServiceAcknowledgement\":[\"Data sourced from the Insolvency and Trustee Service - As this data is subject to change, please visit www.insolvency.govt.nz to confirm current details and for further information specific to the data held.\"],\"CompaniesOfficeAcknowledgement\":[\"Data sourced from the New Zealand Companies Office - As this data is subject to change, please visit www.companies.govt.nz to confirm current details and for further information specific to the data held.\"]}]}]}]}}",
                "summary": {
                    "provider": "OCR Labs - Centrix NZ",
                    "reference": "ref1",
                    "timestamp": [
                        "2024-06-18T19:30:16.0682477+12:00"
                    ],
                    "verified_for": "sr5c70"
                },
                "verify_details": {
                    "dataSourceList": [
                        {
                            "addrMatch": "Match",
                            "description": "Comprehensive Account",
                            "dobMatch": "Match",
                            "nameMatch": "Match"
                        },
                        {
                            "addrMatch": "NotPresent",
                            "description": "Retail Energy Account",
                            "dobMatch": "NA",
                            "nameMatch": "NA"
                        },
                        {
                            "addrMatch": "NotPresent",
                            "description": "NZ Property Owner",
                            "dobMatch": "NA",
                            "nameMatch": "NotPresent"
                        },
                        {
                            "addrMatch": "NA",
                            "description": "NZTA Driver Licence",
                            "dobMatch": "NoMatch",
                            "nameMatch": "NoMatch"
                        },
                        {
                            "addrMatch": "NotSearched",
                            "description": "DIA Passport",
                            "dobMatch": "NotSearched",
                            "nameMatch": "NotSearched"
                        },
                        {
                            "addrMatch": "NotSearched",
                            "description": "NZ Birth Register",
                            "dobMatch": "NotSearched",
                            "nameMatch": "NotSearched"
                        },
                        {
                            "addrMatch": "NotSearched",
                            "description": "NZ Companies Office",
                            "dobMatch": "NotSearched",
                            "nameMatch": "NotSearched"
                        }
                    ],
                    "isAddrVerified": "true",
                    "isDobVerified": "true",
                    "isNameVerified": "true",
                    "isVerified": "false",
                    "product": "smartid"
                }
            },
            "message": "OK",
            "version": "1.0.0",
            "xml": true
        }

CentrixResult will be defined in a JSON object with the following structure if passed:

     "data_provider": {
        "CENTRIX": {
            "overall": "PASSED",
            "data": {
                "checkSuccessful": true,
                "pep_details": {
                    "status": true
                },
                "raw_response": "{\"s:Envelope\":{\"$\":{\"xmlns:s\":\"http://schemas.xmlsoap.org/soap/envelope/\"},\"s:Body\":[{\"GetCreditReportProductsResponse\":[{\"$\":{\"xmlns\":\"http://centrix.co.nz\"},\"GetCreditReportProductsResult\":[{\"$\":{\"xmlns:i\":\"http://www.w3.org/2001/XMLSchema-instance\"},\"ServiceProducts\":[{\"ServiceProduct\":[{\"ProductCode\":[\"SmartIDWithDriverLicence\"]}]}],\"ResponseDetails\":[{\"EnquiryNumber\":[\"7708339942\"],\"EnquiryDate\":[\"2024-06-18T19:26:05.0789947+12:00\"],\"IsSuccess\":[\"true\"],\"ServiceVersion\":[\"65.3.0.0\"],\"WsdlVersion\":[\"17.0.0.0\"],\"ServiceEnvironment\":[\"TEST\"]}],\"StatusMessages\":[{\"StatusMessage\":[{\"MessageCode\":[\"D100\"],\"MessageText\":[\"Credentials OK: IDV  - Origin ID, idvb2btest - b2b Test\"],\"MessageType\":[\"Debug\"],\"SupportData\":[\"\"]},{\"MessageCode\":[\"D100\"],\"MessageText\":[\"Server is TEST1-SUBSCRIBE\"],\"MessageType\":[\"Debug\"],\"SupportData\":[\"\"]}]}],\"EnteredRequestDetails\":[{\"SubscriberReference\":[\"ref1\"],\"EnquiryReason\":[\"IDVF\"],\"EnquiryReasonDescription\":[\"ID Verification\"],\"ProductType\":[{\"$\":{\"i:nil\":\"true\"}}],\"ProductTypeDescription\":[{\"$\":{\"i:nil\":\"true\"}}],\"AmountSought\":[\"0\"],\"ApplicantType\":[\"SNGL\"],\"ApplicantTypeDescription\":[\"Single applicant\"]}],\"EnteredConsumerData\":[{\"Personal\":[{\"Surname\":[\"Glover\"],\"FirstName\":[\"Christopher\"],\"MiddleName\":[\"Zane\"],\"DateOfBirth\":[\"1990-01-01T00:00:00\"],\"Gender\":[\"U\"]}],\"Addresses\":[{\"Address\":[{\"AddressType\":[\"C\"],\"AddressLine1\":[\"23 Pleasant Place\"],\"AddressLine2\":[\" \"],\"Suburb\":[\"Pauanui\"],\"City\":[\"Pauanui\"],\"Country\":[\"AUS\"],\"Postcode\":[\"3508\"],\"NumberOfYearsAtAddress\":[\"0\"],\"State\":[{\"$\":{\"i:nil\":\"true\"}}]}]}],\"DriverLicence\":[{\"DriverLicenceNumber\":[\"BM123456\"],\"DriverLicenceVersion\":[\"111\"]}],\"Passport\":[{\"$\":{\"i:nil\":\"true\"}}],\"Telephones\":[{\"$\":{\"i:nil\":\"true\"}}]}],\"DataSets\":[{\"ConsumerFile\":[{\"$\":{\"i:nil\":\"true\"}}],\"DriverLicenceVerification\":[{\"DriverLicenceNumber\":[\"BM1234**\"],\"DriverLicenceVersion\":[\"111\"],\"IsDriverLicenceVerified\":[\"true\"],\"IsDriverLicenceLastNameMatched\":[\"true\"],\"IsDriverLicenceFirstNameMatched\":[\"true\"],\"IsDriverLicenceMiddleNameMatched\":[\"true\"],\"IsDriverLicenceDateOfBirthMatched\":[\"true\"],\"IsSuccess\":[\"true\"],\"IsDriverLicenceVerifiedAndMatched\":[\"true\"],\"Surname\":[\"Glover\"],\"FirstName\":[\"Christopher\"]}],\"KnownNames\":[{\"$\":{\"i:nil\":\"true\"}}],\"KnownAddresses\":[{\"$\":{\"i:nil\":\"true\"}}],\"PreviousEnquiries\":[{\"$\":{\"i:nil\":\"true\"}}],\"Defaults\":[{\"$\":{\"i:nil\":\"true\"}}],\"Judgments\":[{\"$\":{\"i:nil\":\"true\"}}],\"Insolvencies\":[{\"$\":{\"i:nil\":\"true\"}}],\"CompanyAffiliations\":[{\"$\":{\"i:nil\":\"true\"}}],\"FileNotes\":[{\"$\":{\"i:nil\":\"true\"}}],\"FinesDataList\":[{\"$\":{\"i:nil\":\"true\"}}],\"NameOnlyInsolvencies\":[{\"$\":{\"i:nil\":\"true\"}}],\"PaymentHistory\":[{\"$\":{\"i:nil\":\"true\"}}],\"RedArrearsMonthList\":[{\"$\":{\"i:nil\":\"true\"}}],\"PropertyOwnership\":[{\"$\":{\"i:nil\":\"true\"}}],\"ClientKeys\":[{\"$\":{\"i:nil\":\"true\"}}],\"IdentityVerificationData\":[{\"$\":{\"i:nil\":\"true\"}}],\"BureauHeaderDataIdentityVerification\":[{\"$\":{\"i:nil\":\"true\"}}],\"SummaryItems\":[{\"$\":{\"i:nil\":\"true\"}}],\"ExtraDataItems\":[{\"ExtraDataItem\":[{\"ExtraDataItemType\":[\"Configs\"],\"NameValuePairs\":[{\"NameValuePair\":[{\"Name\":[\"SmartID.Use Customised Source Logic?\"],\"Value\":[\"true\"]}]}]},{\"ExtraDataItemType\":[\"DriverLicenceDisclaimer\"],\"NameValuePairs\":[{\"NameValuePair\":[{\"Name\":[\"DriverLicenceDisclaimerText\"],\"Value\":[\"This photo Driver Licence information is provided under the terms and conditions published on our website – Third Party Terms and Conditions\"]}]}]},{\"ExtraDataItemType\":[\"Permissions\"],\"NameValuePairs\":[{\"NameValuePair\":[{\"Name\":[\"DIAPassportVerification\"],\"Value\":[\"true\"]},{\"Name\":[\"DIAConfirmation\"],\"Value\":[\"true\"]}]}]}]}],\"ApplicationDecision\":[{\"$\":{\"i:nil\":\"true\"}}],\"PEPWatchlistData\":[{\"IsSuccess\":[\"true\"],\"InternationalWatchlistIsClear\":[\"true\"]}],\"SmartID\":[{\"IsVerified\":[\"true\"],\"IsNameVerified\":[\"true\"],\"IsDateOfBirthVerified\":[\"true\"],\"IsAddressVerified\":[\"true\"],\"VerifiedDataSources\":[{\"VerifiedDataSource\":[{\"DataSourceName\":[\"ComprehensiveAccount\"]},{\"DataSourceName\":[\"NZTADriverLicence\"]}]}],\"DataSourceMatchResults\":[{\"DataSourceMatchResult\":[{\"DataSourceName\":[\"ComprehensiveAccount\"],\"DataSourceDescription\":[\"Comprehensive Account\"],\"NameMatchStatus\":[\"Match\"],\"DateOfBirthMatchStatus\":[\"Match\"],\"AddressMatchStatus\":[\"Match\"]},{\"DataSourceName\":[\"RetailEnergyAccount\"],\"DataSourceDescription\":[\"Retail Energy Account\"],\"NameMatchStatus\":[\"NA\"],\"DateOfBirthMatchStatus\":[\"NA\"],\"AddressMatchStatus\":[\"NotPresent\"]},{\"DataSourceName\":[\"NZPropertyOwner\"],\"DataSourceDescription\":[\"NZ Property Owner\"],\"NameMatchStatus\":[\"NotPresent\"],\"DateOfBirthMatchStatus\":[\"NA\"],\"AddressMatchStatus\":[\"NotPresent\"]},{\"DataSourceName\":[\"NZTADriverLicence\"],\"DataSourceDescription\":[\"NZTA Driver Licence\"],\"NameMatchStatus\":[\"Match\"],\"DateOfBirthMatchStatus\":[\"Match\"],\"AddressMatchStatus\":[\"NA\"]},{\"DataSourceName\":[\"DIAPassport\"],\"DataSourceDescription\":[\"DIA Passport\"],\"NameMatchStatus\":[\"NotSearched\"],\"DateOfBirthMatchStatus\":[\"NotSearched\"],\"AddressMatchStatus\":[\"NotSearched\"]},{\"DataSourceName\":[\"NZBirthRegister\"],\"DataSourceDescription\":[\"NZ Birth Register\"],\"NameMatchStatus\":[\"NotSearched\"],\"DateOfBirthMatchStatus\":[\"NotSearched\"],\"AddressMatchStatus\":[\"NotSearched\"]},{\"DataSourceName\":[\"NZCompaniesOffice\"],\"DataSourceDescription\":[\"NZ Companies Office\"],\"NameMatchStatus\":[\"NotSearched\"],\"DateOfBirthMatchStatus\":[\"NotSearched\"],\"AddressMatchStatus\":[\"NotSearched\"]}]}],\"Version\":[\"2.0\"]}]}],\"ReportDisclaimer\":[\"Important Information: This report is provided to the subscriber on the terms and conditions of the subscriber agreement. \\r\\nCentrix cannot and does not warrant the accuracy of the information or that it is free from errors or defects.\\r\\nCentrix shall not be liable in any way whatsoever for the supply of the information contained in this report or the use of the information.\"],\"NameOnlyDataReportDisclaimer\":[{\"$\":{\"i:nil\":\"true\"}}],\"InsolvencyTrusteeServiceAcknowledgement\":[\"Data sourced from the Insolvency and Trustee Service - As this data is subject to change, please visit www.insolvency.govt.nz to confirm current details and for further information specific to the data held.\"],\"CompaniesOfficeAcknowledgement\":[\"Data sourced from the New Zealand Companies Office - As this data is subject to change, please visit www.companies.govt.nz to confirm current details and for further information specific to the data held.\"]}]}]}]}}",
                "summary": {
                    "provider": "OCR Labs - Centrix NZ",
                    "reference": "ref1",
                    "timestamp": [
                        "2024-06-18T19:26:05.0789947+12:00"
                    ],
                    "verified_for": "sr5c70"
                },
                "verify_details": {
                    "dataSourceList": [
                        {
                            "addrMatch": "Match",
                            "description": "Comprehensive Account",
                            "dobMatch": "Match",
                            "nameMatch": "Match"
                        },
                        {
                            "addrMatch": "NotPresent",
                            "description": "Retail Energy Account",
                            "dobMatch": "NA",
                            "nameMatch": "NA"
                        },
                        {
                            "addrMatch": "NotPresent",
                            "description": "NZ Property Owner",
                            "dobMatch": "NA",
                            "nameMatch": "NotPresent"
                        },
                        {
                            "addrMatch": "NA",
                            "description": "NZTA Driver Licence",
                            "dobMatch": "Match",
                            "nameMatch": "Match"
                        },
                        {
                            "addrMatch": "NotSearched",
                            "description": "DIA Passport",
                            "dobMatch": "NotSearched",
                            "nameMatch": "NotSearched"
                        },
                        {
                            "addrMatch": "NotSearched",
                            "description": "NZ Birth Register",
                            "dobMatch": "NotSearched",
                            "nameMatch": "NotSearched"
                        },
                        {
                            "addrMatch": "NotSearched",
                            "description": "NZ Companies Office",
                            "dobMatch": "NotSearched",
                            "nameMatch": "NotSearched"
                        }
                    ],
                    "isAddrVerified": "true",
                    "isDobVerified": "true",
                    "isNameVerified": "true",
                    "isVerified": "true",
                    "product": "smartid"
                }
            },
            "message": "OK",
            "version": "1.0.0",
            "xml": true
        }

CentrixResult will be defined in a JSON object with the following structure if redacted:

  "data_provider": {
    "CENTRIX": {
      "data": {
        "checkSuccessful": null,
        "overall": "PASSED",
        "raw_response": null,
        "summary": null,
        "verify_details": null
      },
      "message": null,
      "version": null,
      "xml": null
    }
  },

💬 We Are Here to Help!

If you encounter an issue, a bug, or require assistance, please contact our support page here to find the solution. Don't forget to provide any important information on the issue.