https://docs.kycaid.com/_mock/api/
https://api.kycaid.com/
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:
REGISTERED
for the residential address of a personADDITIONAL
for any other address associated with a personA 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 an object
https://docs.kycaid.com/_mock/api/addresses
https://api.kycaid.com/addresses
{ "applicant_id": "723f46ab04feb64f442946f2953a67eaecf7", "type": "REGISTERED", "full_address": "45 High Street, Flat 2A, London, SW1A 1AA, United Kingdom", "country": "GB", "state": "California", "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" }
A type of an address object. The possible types are:
REGISTERED
for the residential address of a person or an affiliated person, or the registered address of a companyBUSINESS
for the primary business location of a companyADDITIONAL
for any other address associated with a person, an affiliated person, or a companyA 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 an object
https://docs.kycaid.com/_mock/api/addresses/{address_id}
https://api.kycaid.com/addresses/{address_id}
{ "type": "REGISTERED", "full_address": "45 High Street, Flat 2A, London, SW1A 1AA, United Kingdom", "country": "GB", "state": "California", "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://docs.kycaid.com/_mock/api/addresses/{address_id}
https://api.kycaid.com/addresses/{address_id}
No request payload
{ "address_id": "723f46ab04feb64f442946f2953a67eaecf7" }