KYC
Get KYC Data
Get most recent KYC data of the Entity.
If there are any completed KYC checks, data from the most recent one will be returned. If there are no completed KYC checks, the most recent KYC check information, regardless of status, will be returned.
get/api/v2/entities/{entity_id}/kyc
Response
OK
Example response
{
"data": {
"country_code": "SG",
"last_name": "Doe",
"address_country_code": "SG",
"first_name": "John",
"email": "johndoe@website.com",
"tax_id_number": "12-3456789",
"birth_date": "YYYY-MM-DD",
"address_street_1": "123 Main St.",
"address_street_2": "Apt. 123",
"address_city": "San Francisco",
"address_subdivision": "California",
"address_postal_code": "94111"
}
}