Create and add an address object to an applicant or an affiliated person. Only one address per type may be added to an object
A unique identifier of an applicant, that is assigned by our system after an applicant object was created with a “Create an applicant” request
A type of an address object. The possible types are:
REGISTEREDfor the residential address of a personADDITIONALfor any other address associated with a person
A full address of an object, including a street address, a unit, a city, a postal code, a country
A country of an object. A two-letter country code according to ISO 3166-2
A province (a sub-region of a country) of an object
The district (an area of a city) of an object
An address (a street name, a building number, and a unit number) of a person or a company
A postal code (zip code, postcode) of a person or a company
A number of a building of an object
- https://api.kycaid.comhttps://api.kycaid.com/addresses
{ "applicant_id": "27c5caea93ee4656881ef9a30fadd21a3768", "type": "REGISTERED", "full_address": "45 High Street, Flat 2A, London, SW1A 1AA, United Kingdom", "country": "GB", "state": null, "region": "Scotland", "province": "Ontario", "city": "London", "district": "Westminster", "address": "45 High Street, Flat 2A", "postal_code": "SW1A 1AA", "street_name": "High Street", "building_number": "45", "unit_number": "Flat 2A" }
{ "address_id": "27c5caea93ee4656881ef9a30fadd21a3768" }