Create a PEP status for the identity
Create a PEP status for the identity or legal representative.
Path parameters
-
User id
-
Identity or Legal representative id
POST /users/{user_id}/kyc/identities/{identity_id}/pep_status
curl \
-X POST https://client-subdomain.bitbond.net/api/v1/users/{user_id}/kyc/identities/{identity_id}/pep_status \
-H "Content-Type: application/json" \
-d '{"pep_status":{"is_exposed":true,"is_sanctioned":true,"check_date":"string","source":"string","reason":"string"}}'
Request example
{
"pep_status": {
"is_exposed": true,
"is_sanctioned": true,
"check_date": "string",
"source": "string",
"reason": "string"
}
}
Request examples
{
"pep_status": {
"is_exposed": true,
"is_sanctioned": true,
"check_date": "string",
"source": "string",
"reason": "string"
}
}
Response examples (201)
{
"id": "string",
"identity_id": "string",
"is_exposed": true,
"is_sanctioned": true,
"check_date": "string",
"source": "string",
"reason": "string",
"created_at": "string",
"updated_at": "string"
}
Response examples (201)
{
"id": "string",
"identity_id": "string",
"is_exposed": true,
"is_sanctioned": true,
"check_date": "string",
"source": "string",
"reason": "string",
"created_at": "string",
"updated_at": "string"
}