Addresses
Overview (1.0)
Request
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
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
- https://api.kycaid.com/addresses
- JSON
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- R
- Ruby
- Address for KYC applicant (a person)
- Address for KYB applicant (a company)
- Address for KYB applicant (an affiliated person)
{ "applicant_id": "723f46ab04feb64f442946f2953a67eaecf7", "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": "723f46ab04feb64f442946f2953a67eaecf7" }
Request
Update records of an address object in our system
In case when an address becomes a part of a created verification, then our system will create a copy of an address object and will provide you with a different address_id in a response
A type of an address object. The possible types are:
REGISTEREDfor the residential address of a person or an affiliated person, or the registered address of a companyBUSINESSfor the primary business location of a companyADDITIONALfor any other address associated with a person, an affiliated person, or a company
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
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
- https://api.kycaid.com/addresses/{address_id}
- JSON
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- R
- Ruby
{ "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": "723f46ab04feb64f442946f2953a67eaecf7" }
- https://api.kycaid.com/addresses/{address_id}
- JSON
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- R
- Ruby
No request payload{ "address_id": "723f46ab04feb64f442946f2953a67eaecf7" }