Verify Entity (AML)
Last updated
Was this helpful?
Was this helpful?
{
"entityType": "individual",
"isSubjectConsent": true,
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@example.com",
"phone": "+2348012345678",
"gender": "male",
"dateOfBirth": "1990-01-01",
"nationality": "NG",
"imageUrl": "http://someimage",
"verifiedBy": "client"
}{
"entityType": "business",
"isSubjectConsent": true,
"incorporationName": "Acme Corp",
"incorporationCountry": "NG",
"incorporationDate": "2010-01-01",
"amlCheckType": "name",
"amlChecks": [
"pep"
],
"ubos": {
"uboList": [
{
"category": "individual",
"firstName": "Jon",
"lastName": "Snow"
}
],
"amlChecks": [
"pep"
]
}
}{
"success": true,
"status_code": 200,
"message": "AML checks performed successfully!",
"data": {
"id": "ent_68343d1a83ab5c053a92511b",
"entityType": "individual",
"amlProcessedChecks": {
"pep": {
"status": "review_required",
"reportId": "683505009fa4544ed0a350c3",
"data": []
}
}
},
"links": []
}{
"success": true,
"status_code": 200,
"message": "AML checks performed successfully!",
"data": {
"id": "ent_6834f77bc55aea948b907391",
"entityType": "business",
"amlProcessedChecks": {
"sanctions": {
"status": "not_cleared",
"reportId": "68364960534488d5449f0784",
"data": []
}
},
"uboChecks": [
{
"ubo": "Jon Snow",
"pep": {
"status": "cleared",
"reportId": "68364962534488d5449f0787",
"data": []
}
}
]
},
"links": []
}HTTP/1.1 404 NotFound
{
"success": false,
"statusCode": 404,
"message": "You have attempted to get a resource that does not exist.",
"name": "ResourceNotFoundError",
"data": {}
}