Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleAPI Versions

This documentation relates to Version 1, the current version of the greenID Business API. Version 1 became available to customers as of 

Authentication

Details on authentication.

Basic HTTP authentication is used for accessing the endpoint. 

Exceptions and Error Handling

Details on this.

Methods Available

...

Code Block
http://au.vixverify.com/vixbiz/api/v1/getVerificationverification/<verification_reference_id>

...

Field NameDescriptionTypeExample
countryCodeThe address country code i.e. a two digit code.String"NZ"
countryNameThe human-readable version of the country name.String"New Zealand"
fullAddressThe full address in a single StringString"67 HAVEN ROAD, NELSON 7010, NEW ZEALAND"
idThe ID of this address structureInteger789113
postcodeThe address postcodeString"7010"
streetNameThe address street nameString"HAVEN"
streetNumberThe street numberString"67"
streetTypeThe type of streetString"ROAD"
townCityThe town or city of the addressString"NELSON"

...

Field NameDescriptionTypeExample
activeRelatedEntityThe ID of the active related entity in this relationshipInteger789558
exemptionReasonIf present this will detail why this relationship exempts the associated entityString"Ownership percentage is below threshold of 25"
fieldsA list of fields associated with this relationshipList of Fields-
idThe ID of this relationshipInteger789557
passiveRelatedEntityThe ID of the passive related entity in this relationshipInteger789587
typeThe type of this relationshipString"Company office holder", "Shareholder", "Ultimate Holding Company" etc.
verificationNotRequiredWhether or not this relationship means that verification is not required for the associated entityBoolean"true" or "false"

...