API Reference

Create Customer

This endpoint create a new customer with provided details.

Log in to see full request history

Request Body
The request body should include the following parameters for creating a new customer:

ParameterTypeDescription
phoneNumberstringPhone number of the customer.
firstNamestringFirst name of the customer.
lastNamestringLast name of the customer.
emailstringEmail address of the customer.
phoneobjectPhone information of the customer.
- phoneCountryCodestringCountry code of the phone number.
- phoneNumberstringPhone number of the customer.
dobstringDate of birth of the customer (format: "dd-mm-yyyy").
addressobjectAddress information of the customer.
- streetstringStreet address of the customer.
- street2stringAdditional street address of the customer.
- citystringCity of the customer's address.
- statestringState of the customer's address.
- countrystringCountry of the customer's address.
- postalCodestringPostal code of the customer's address.
bvnNumberstringBank Verification Number of the customer.
photostringURL to the customer's photo.
identityobjectIdentity information of the customer.
- typestringType of identity document (e.g., "vnin").
- numberstringIdentity document number.
- countrystringCountry issuing the identity document.
- imagestringURL to the identity document image.
Body Params
string
required
string
required
string
required
string
required
phone
object
required
string
address
object
string
required
string
identity
object
Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json