Skip to main content
POST
Add your compliance representative

Authorizations

Authorization
string
header
required

See Authentication for the full explanation of session tokens vs. API keys and when each is used.

Body

multipart/form-data
first_name
string
required
Maximum string length: 100
last_name
string
required
Maximum string length: 100
email
string<email>
required
phone
string
required
Maximum string length: 20
dob
string<date>
required

Must be in the past

gender
string
required
designation
string
required
Example:

"Director"

bvn
string
required
Pattern: ^[0-9]{11}$
id_type
string
required
Example:

"national_id"

id_file
file

Provide this OR id_file_url, not both.

id_file_url
string

Alternative to id_file — a URL to an already-hosted file.

address
string | null

Response

OK