API Reference

Create Customer

This endpoint create a new customer with provided details.

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.
Language
Authorization
Header
Click Try It! to start a request and see the response here!