Create a customer
Create a new customer
When you create a customer via the API, and the bvn
is present a digital wallet is automatically created for that customer. If the customer is not a person the you can specify the add_wallet
query params if you want a wallet attached to the customer.
URI
POST
Header
Authorization
| set value to |
Query Param
add_wallet
| Adds a wallet to a customer on the creation of a customer when value is true. |
Body Param
business_id
| Merchant Business ID |
first_name
| Customer's first name |
last_name
| Customer's last name |
phone_number
| Customer's phone number |
email
| Customer's email address |
bvn
| Customer's bank verification number |
preferred_banks
| List of customer's preferred banks |
Sample request
Duplo Response
Last updated