Create a wallet
Create a digital wallet.
Every digital wallet has a virtual account number attached
When you create a digital wallet via the API, we automatically create a Customer using the same information and attach a wallet.
URI
POST
Parameters
Header
Authorization
| set value to |
Body Param
business_id
| 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 |
metadata
| Customer's specific data - Stringified JSON |
preferred_banks
| List of customer's preferred banks |
Sample request
Duplo Response
Last updated