Onboard a Corporate Customer with KYB and UBO Verification
2
Add the business entity
POST {{baseUrl}}/v2/api/entities
{
"entityType": "business",
"isSubjectConsent": true,
"incorporationName": "Acme Payments Ltd",
"incorporationNumber": "RC123456",
"incorporationCountry": "NG",
"incorporationDate": "2015-03-20",
"businessType": "Fintech",
"address": "12 Marina Street, Lagos"
}3
4
Screen the business and its UBOs
POST {{baseUrl}}/v2/api/entities/:entityId/amlChecks
{
"entityType": "business",
"isSubjectConsent": true,
"incorporationName": "Acme Payments Ltd",
"incorporationCountry": "NG",
"amlCheckType": "name",
"amlChecks": [
"pep",
"sanctions",
"adverseMedia"
],
"ubos": {
"uboList": [
{
"category": "individual",
"firstName": "Michael",
"lastName": "Okonkwo"
}
],
"amlChecks": [
"pep",
"sanctions",
"adverseMedia"
]
}
}Last updated
Was this helpful?
