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
string
set value to Bearer SECRET_KEY
Body Param
business_id
string
required
Business ID
first_name
string
required
Customer's first name
last_name
string
required
Customer's last name
phone_number
string
required
Customer's phone number
email
string
required
Customer's email address
bvn
string
Customer's bank verification number
metadata
string
Customer's specific data - Stringified JSON
preferred_banks
array
List of customer's preferred banks
Sample request
Duplo Response
Last updated