Verification Result Variables

Verification Result Variables

The Verification Result web service provides information about a verification using variables listed below. 

Parameter name

Data type

Description

Parameter name

Data type

Description

error

boolean

Indicates if an error was encountered; normally this will be “false”.

errorMessage

String

Contains an error message if the error element is “true”. If there was no error, then this element will be absent from the JSON fragment.

verificationResult

String

The overall state of the verification attempt.

verificationId

String

The unique identifier for this verification attempt (note that this is different from the verificationToken, which identifies a single session related to the verification attempt).

verificationToken

String

An echo of the verificationToken passed to the web service.

givenName

String

The given name that was registered. This field may be blank.

middleNames

String

The middle names that were registered. This field may be blank.

surname

String

The surname that was registered.  This field may be blank.

email

String

The email that was registered. This field may be blank.

dob

String

The date of birth that was registered.  This field may be blank.

homePhone

String

The home phone number that was registered. This field may be blank.

workPhone

String

The work phone number that was registered. This field may be blank.

mobilePhone

String

The mobile phone number that was registered. This field may be blank.

flatNumber

String

The flat number that was registered. This field may be blank.

streetNumber

String

The street number that was registered. This field may be blank.

streetType

String

The street type that was registered. This field may be blank.

suburb

String

The suburb that was registered. This field may be blank.

state

String

The state that was registered. This field may be blank.

postcode

String

The postcode that was registered. This field may be blank.

country

String

The country that was registered. This field may be blank.