Table of Contents |
---|
RegistrationResultV2
Name
Type
Description
registrationResult
String
The outcome of the registration process. It will be one of:
- SUCCESSFUL_REGISTRATION - personal details was successfully extracted from an identity card, and those details passed the verification step.
- UNMATCHED_DOCUMENT - personal details was successfully extracted from an identity card, but those details did not pass the verification step.
- UNREADABLE_DOCUMENT - personal details could not be extracted from an identity card.
UserDataV2
Name
Type
Description
name
The person's name.
CurrentStatusV2
CurrentStatus
The CurrentStatus object is the sole return type of all the web methods in the API. It is intended to provide information about what has just happened, as well as giving an overview of the person’s current verification status, and the list of data sources that will help the person become fully verified. Always presenting this information helps to reduce the chattiness between greenID and the customer application.
Name | Type | Description |
---|---|---|
sourceList | SourceList | This member contains a list of Source objects, each of which corresponds to a data source that is available to the person for the purpose of becoming fully verified. The SetFields web method expects one of these names as thesourceId input parameter. |
verificationResult | This member contains all of the verification information currently available for a person. It is a complete record of all checks that have been performed, their results, and an indicator of the person’s overall verification status. | |
sourceFields | SourceFields | This member contains a list of fields that are required for a particular data source. This includes the field’s name, type and other pertinent information for displaying and collecting a value for the field. |
checkResult | CheckResult | This member indicates the outcome of a check against a data source that was performed during a call to the SetFields web method. This member also indicates whether the check is still in progress. |
userToken | String | This field is for future features in the API, and can be ignored for now. |
CheckResult
The CheckResult object is intended to give a snapshot of the status of a check that has been performed during a call to the SetFields web method.
Name | Type | Description |
---|
stillWorking |
boolean | This member |
verificationResult
This member contains all of the verification information currently available for a verification attempt. It is a complete record of all checks that have been performed, their results, and an indicator of the overall verification status.
sourceFields
This member contains a list of fields that are required for a particular data source. This includes the field’s name, type and other pertinent information for displaying and collecting a value for the field. This member will only be populated when a method that fetches source fields is called, i.e. GetFields.
LastCheckResultV2
Name
Type
Description
stillWorking
boolean
This member indicates whether the check is still in progress. This feature is still under development; currently the value is always false.
state
String
This member gives the current state of the check. Valid values are:
- “VERIFIED” – the check against the data source has succeeded.
- “VERIFIED_ADMIN” – an administrative user has marked the check as successful, after manual inspection of the results. This mostly applies to checks that were previously “Pending review” (see below).
- “VERIFIED_WITH_CHANGES” – the check against the data source passed, but the person made some changes to their details in order to pass. If the changes are acceptable according to the customer’s rules, then this state is applied; otherwise the status may remain as “PENDING”.
- “PENDING” – the check against the data source passed, but the person made some changes to their details in order to pass, and manual intervention is required to assess the changes.
- “ERROR” – an error was experienced during the check, for example, the data source was unavailable.
- “LOCKED_OUT” – some data sources have a limited number of attempts associated with them, and if that threshold is exceeded, then the person is prevented from trying again.
- “AUTOFAIL” – applies to background checks, and indicates that a check that was attempted automatically has failed, i.e. the check against the data source was not successful.
- “IN_PROGRESS” – the check is currently in progress, i.e. the check has been started, but not enough data has been gathered to allow the check to be completed.
- “NOT_FOUND_ON_LIST” – this status applies watchlist style checks.
- “FOUND_ON_LIST” – this status also applies to watchlist style checks.
- “PASSED” - this status applies to the device/fraud watchlist source, and indicates a non-suspicious result.
- “FAILED” - this status applies to a source when the check has been unsuccessful - ether the data has not matched or (in the case of some interactive checks) the user has changed some data violating the the requirements of the rules.
- “EMPTY” – indicates this check has not been used.
SourceListV2
Name
Type
Description
sources
List<SourceV2>
Simply a list of SourceV2 objects.
SourceV2
Name
Type
Description
state
String
This member reflects the current state of the source. The valid values are the same as the state member of the LastCheckResultV2 object. If a source has not been used, then this member will be “EMPTY”.
passed
boolean
This member indicates whether this source has been passed, i.e. the check is in one of the verified states.
name
String
This member is the name of the data source. This name is expected to be used to refer to this data source in calls to the SetFields web method.
SourceFieldsV2
Name
Type
Description
fieldList
This member contains a list of fields that are required for a particular data source. The members of list represent HTML fields for collecting input from the person.
FieldListV2
Name
Type
Description
field
List<FieldV2>
This member simply contains a list of FieldV2 objects.
FieldV2
Name
Type
Description
type
String
The type of HTML input that is required (at least strongly suggested) for collecting the data for this field from the person. For example, a value of “text” would indicate a simple HTML text input is appropriate.
name
String
The name of the HTML input that would collect data for this field from the person. The name also indicates what the data field is, for example, the value “aec_givenname” indicates the field holds the given name for the AEC data source.
value
String
This member contains any pre-existing value for the HTML field. For example, the Field with the name “aec_givenname” will be pre-populated with the person’s given name (derived from the person’s master record established during the call to the RegisterUser web method) the first time the GetFields method is called with the sourceId “aec”.
CurrentStatus
The CurrentStatus object is the sole return type of all the web methods in the API. It is intended to provide information about what has just happened, as well as giving an overview of the person’s current verification status, and the list of data sources that will help the person become fully verified. Always presenting this information helps to reduce the chattiness between greenID and the customer application.
...
Name
...
Type
...
Description
...
sourceList
...
SourceList
...
This member contains a list of Source objects, each of which corresponds to a data source that is available to the person for the purpose of becoming fully verified. The SetFields web method expects one of these names as thesourceId input parameter.
...
verificationResult
...
...
This member contains all of the verification information currently available for a person. It is a complete record of all checks that have been performed, their results, and an indicator of the person’s overall verification status.
...
sourceFields
...
SourceFields
...
This member contains a list of fields that are required for a particular data source. This includes the field’s name, type and other pertinent information for displaying and collecting a value for the field.
...
CheckResult
The CheckResult object is intended to give a snapshot of the status of a check that has been performed during a call to the SetFields web method.
Name
Type
Description
stillWorking
boolean
This member indicates whether the check is still in progress. This feature is still under development; currently the value is always false.
state
String
This member gives the current state of the check. Refer to the Reference Table for Individual Source States for valid values.
SourceList
Name
Type
Description
sources
List<Source>
Simply a list of Source objects.
Source
Name | Type | Description |
---|---|---|
state | String | This member reflects the current state of the source. The valid values are the same as the state member of the CheckResult object. If a source has not been used, then this member will be “EMPTY”. |
passed | boolean | This member indicates whether this source has been passed, i.e. the check is in one of the verified states. |
name | String | This member is the name of the data source. This name is expected to be used to refer to this data source in calls to the SetFields web method. |
available | boolean | This member indicates whether this data source is currently available; sometimes a particular data source may not be available. |
notRequired | boolean | This member indicates whether this data source can help a person become fully verified. If the value is true, then there is no point using this data source because it cannot help the person become fully verified. |
indicates whether the check is still in progress. This feature is still under development; currently the value is always false. | ||
state | String | This member gives the current state of the check. Refer to the Reference Table for Individual Source States for valid values. |
SourceList
Name | Type | Description |
---|---|---|
sources | List<Source> | Simply a list of Source objects. |
Source
Name | Type | Description |
---|---|---|
state | String | This member reflects the current state of the source. The valid values are the same as the state member of the CheckResult object. If a source has not been used, then this member will be “EMPTY”. |
passed | boolean | This member indicates whether this source has been passed, i.e. the check is in one of the verified states. |
name | String | This member is the name of the data source. This name is expected to be used to refer to this data source in calls to the SetFields web method. |
available | boolean | This member indicates whether this data source is currently available; sometimes a particular data source may not be available. |
notRequired | boolean | This member indicates whether this data source can help a person become fully verified. If the value is true, then there is no point using this data source because it cannot help the person become fully verified. |
oneSourceLeft | boolean | This member indicates whether completing this data source will make a person fully verified. This member is very valuable because it indicates which sources should be attempted first, thereby shortening the verification process. |
order | int | The order in which the source would be displayed if it were being displayed by greenID. Sources that are more likely to result in the person becoming fully verified are at the top of the list, i.e. their “order” number is lower. |
attributes | This member contains a list of HTML attributes that should be applied to any HTML input collecting input from a person. For example, the HTML attribute “class=’required’” would be represented by a NameValuePair withname=”class” and value=”required”. |
SourceFields
...
Name | Type | Description |
---|---|---|
name | String | The name of the field. The possible name will depend on the source used. Again which sources used will depend on the individual customer setup, and new sources, with potentially new fields are constantly being added. For a list of possible field names for each source, please refer to the Data Source Reference tables. |
status | String | This member indicates the status of the field. Refer to the Reference Table for Field Status for possible values. |
dataDifference | String | This member will contain changed values. That is, if a value was changed in order to become verified, then this member will contain the value that was the data was changed to, and subsequently verified. |
data | String | This member contains the original data that was supplied the time of registration, or the “master record”. In the case of a status of ADDITION (see the Reference Table of Field Status) then this will hold the added data. |
dataInfo | String | This contains information about the data. At this time it contains either “previousAddress” or “currentAddress” to indicate which address this data was checked as. |
label | String | This field represents a human readable version of name, it will reflect what the user may see on the screen when they fill the details in. The data in this field is designed for reporting purposes and can change without notice. |
format | String | This member indicates the format of the data in this field. The value of this field will vary according to individual customer configurations. The most common value is “plain”, which indicates a plain text field. |
AusAddress
The AusAddress complex type has the following structure:
Member | Type | Required? | Description | Contract | ||
---|---|---|---|---|---|---|
flatNumber
| String 255 Chars | No
| The flat number component of an address. For example, in the address “1/5 Fake St”, “1” is the flat number. |
| ||
streetNumber
| String 255 Chars | No
| The street number component of an address. In the example above, “5” is the street number. |
| ||
streetName
| String 255 Chars | Yes
| The name of the street.
| Cannot be null. Cannot be the empty string.
| ||
streetType
| String 255 Chars | Yes
| A valid Australian street type.
| A valid Australian street type, or its recognised abbreviation. For a full list of acceptable values, please see Street Types
| ||
suburbis the street number. |
| |||||
streetName
| String 255 Chars | Yes
| The suburb or town component name of the individual's addressstreet.
| Cannot be null. Cannot be the empty string. For New Zealand addresses, this field should contain the suburb; the "city" address element is not required by any current greenID New Zealand data sources. statethe empty string.
| ||
streetType
| String 255 Chars | Yes
| The state component of the individual's address. Must be a valid Australian state or territory.
| One of:
| postcode A valid Australian street type.
| A valid Australian street type, or its recognised abbreviation. For a full list of acceptable values, please see Street Types
|
suburb | String 255 Chars | Yes | The postcode suburb or town component of the individual's address. Must be a valid Australian postcode. | Must be 4 numbers between 0 and 9 (i.e. as a regular expression: ^[\d]{4}$) | ||
country
| String 255 Chars | Yes | The country code. This must be the ISO 3166 country code. The country code can be given in either the alpha-2, alpha-3 or numeric format. | Please refer to https://www.iso.org/obp/ui/#search for a full (and up to date) list of ISO 3166 country codes. |
AusAddress
Name
Type
Description
flatNumber
String
The flat/unit number, e.g. "1/23" or "Unit 42".
streetNumber
String
The street number, e.g. "23".
streetType
. | Cannot be null. Cannot be the empty string. For New Zealand addresses, this field should contain the suburb; the "city" address element is not required by any current greenID New Zealand data sources. | |||
state
| String 255 Chars | Yes
| The state component of the individual's address. Must be a valid Australian state or territory.
| One of:
|
postcode
| String 255 Chars | Yes | The postcode component of the individual's address. Must be a valid Australian postcode. | Must be 4 numbers between 0 and 9 (i.e. as a regular expression: ^[\d]{4}$) |
country
| String 255 Chars | Yes | The country code. This must be the ISO 3166 country code. The country code can be given in either the alpha-2, alpha-3 or numeric format. | Please refer to https://www.iso.org/ |
ui/#search for a full (and up to date) list of ISO 3166 country codes. |
PostOfficeData
The complex type PostOfficeData has the structure described below.
This type and the following members are for the most part exact representations of the fields found in an Australia Post contract. The reader should be aware of the individual Australia Post contract they will be using to ensure that they can match up the fields. These fields are retrieved from a flat file and stored in Strings with no interpretation of the meanings of the fields. Not all implementations of an Australia Post contract will have all the fields detailed below.
Member | Type | Description | Contract |
---|---|---|---|
customerId
| String 255 Chars | This parameter is GreenID's identifier for the client application. The value is supplied by GreenID.
| Not null.
|
documents | String | Human readable string that is a comma separated list of all the names of the documents used to verify this user. | Not null. |
header | detailRecordHeader | Representation of the header of the flat file received from Australia Post | Not null. |
poFileName
| String 255 Chars | The name of the actual file read from Australia Post
| Not null.
|
records | documentRecord[] | List of individual representations of the documents used to verify this User | Not null. |
DetailRecordHeader
The complex type DetailRecordHeader has the structure described below:
Member | Type | Description | Contract |
---|---|---|---|
amount | String 255 Chars | Unsigned amount in cents. |
|
channelId
| String 255 Chars | 0 = default |
|
date
| String 255 Chars | ddmmyy (NOTE: system generated date with no slashes) |
|
dateOfBirth
| String 255 Chars | ddmmyyyy represents the date of birth on the form that was checked. |
|
filler
| String 255 Chars | Often there will be filler, it serves no purpose and should be ignored. |
|
formVersion
| String 255 Chars | A-Z |
|
givenName
| String 255 Chars | 16 characters of the given name that was on the form that was checked. |
|
id | Long | Extra identifier that identifies this record. Not set by Australia Post. |
|
idWizardRefNo
| String 255 Chars |
|
|
paymentMethod
| String 255 Chars | '00' = Cash/EFTPOS/Direct Debit, '01'-'09' = number of Cheques, '11' = VISA, '12 = MasterCard. Note: This may differ per contract, but in general the above applies. |
|
phoneNo
| String 255 Chars | Phone number as entered on the form that was checked.
|
|
postOfficeName
| String 255 Chars | Presumably the name of the Post Office the form was checked at.
|
|
recordNo
| String 255 Chars | Seems to be fixed as ‘1’
|
|
recordType
| String 255 Chars | Seems to be fixed as ‘5’ |
|
referenceNo
| String 255 Chars | The reference number used to identify this user. Most often this will be the userId. It must be 16 characters or less. |
|
surname
| String 255 Chars | 20 characters of the surname that was on the form that was checked. |
|
totalNumberOfIdDocument
| String 255 Chars | Number of documents used to verify this user |
|
typeCode
| String 255 Chars |
|
|
uniqueReferenceNumber
| String 255 Chars | wwwwwwttnnnnn, first 6 digits are AP Work Centre Code.
|
DocumentRecord
The complex type DocumentRecord has the structure described below:
Member | Type | Description | Contract |
---|---|---|---|
amount
| String 255 Chars | Always zero
|
|
comments
| String 255 Chars |
|
|
countryOfIssue
| String 255 Chars | Name of country from the document if applicable
|
|
dateOfBirthMatchesaForm
| String 255 Chars | Y = Yes, X = not applicable |
|
documentExpiryDate
| String 255 Chars | dd/mm/yyyy; spaces if not applicable NOTE: (manually entered date with slashes) |
|
documentName
| String 255 Chars | This is an automatic lookup to convert the idDocumentType member into a human readable document name. |
|
documentNumber
| String 255 Chars | Alphanumeric, eg passport number. |
|
filler
| String 255 Chars | Often there will be filler, it serves no purpose and should be ignored. |
|
id | Long | Extra identifier that identifies this record. Not set by Australia Post. |
|
idDocumentType
| String 255 Chars | Code number representing the document type. The lookup for the name is done automatically and stored in the documentName member. |
|
idWizardRefNo
| String 255 Chars |
|
|
issuedBy
| String 255 Chars | This may be present instead of country of Issue, stateOrTerritoryOfIssue, utilityAccountIssuer and utilityAccountType. It may selectively hold this information in a less rigid format. |
|
issueDate
| String 255 Chars | dd/mm/yyyy; spaces if not applicable NOTE: (manually entered date with slashes) May not be present. |
|
nameMatchesForm
| String 255 Chars | Y = Yes, X = not applicable |
|
photoMatch
| String 255 Chars | Y = Yes, X = not applicable |
|
recordNo
| Strin 255 Chars |
|
|
recordType
| String 255 Chars |
|
|
referenceNo
| String 255 Chars |
|
|
residentialAddressMatchesForm
| String 255 Chars | Y = Yes, X = not applicable |
|
stateOrTerritoryOfIssue
| String 255 Chars | ACT, QLD, NSW, NT, SA, TAS, VIC or WA; |
|
utilityAccountIssuer
| String 255 Chars | If specifically a utility, then the name. |
|
utilityAccountType
| String 255 Chars | 01 = electricity, 02 = gas, 03 = water, 04 = telephone |
|
NameValuePair
The NameValuePair complex type has the following structure:
Member | Type | Required? | Description | Contract |
---|---|---|---|---|
name | String 255 Chars | No | This will identify the data that is stored in this pair. | Needs to match an agreed upon value and be unique in the list. |
value | String 255 Chars | No | The actual data being passed in this pair. |
|
Name
The Name complex type has the following structure:
Member | Type | Required? | Description | Contract |
---|---|---|---|---|
honorific | String 255 Chars | No | The honorific component of a person’s name, eg. “Mr”, “Miss”, etc. |
|
givenName | String 255 Chars | Yes | A person’s given name. | Cannot be null. Cannot be the empty string. |
middleNames | String 255 Chars | No | A person’s middle names. Note that there can be multiple names. |
|
surname | String 255 Chars | Yes | A person’s surname or last name. | Cannot be null. Cannot be the empty string. |