Fetch the status of the KYC flow of a personal investor
Fetch the status of the KYC flow of a personal investor or a business investor.
Path parameters
-
User id
GET /users/{user_id}/kyc
curl \
-X GET https://client-subdomain.bitbond.net/api/v1/users/{user_id}/kyc
Response examples (200)
{
"identity": true,
"address": true,
"bank_account": true,
"video_identification": true,
"email": true,
"business": true,
"legal_reps": true,
"documents": true
}
Response examples (200)
{
"identity": true,
"address": true,
"bank_account": true,
"video_identification": true,
"email": true,
"business": true,
"legal_reps": true,
"documents": true
}