POST
/
wallet

Headers

Authorization
string
required

Set value to 'Bearer {{MERCHANT_SECRET_KEY}}'

Body

multipart/form-data
address
string

The physical address of the user creating the wallet.

bvn
string

The Bank Verification Number (BVN) of the user creating the wallet.

dateOfBirth
string

The date of birth of the user creating the wallet.

documentId
file

The ID document of the user creating the wallet.

email
string

The email address of the user creating the wallet.

name
string

The full name of the user creating the wallet.

phoneNumber
string

The phone number of the user creating the wallet.

tier
string

The tier level of the wallet being created.

Response

200 - application/json
data
object
message
string

The response message indicating that the wallet was successfully created.

status
boolean

The status of the wallet creation response.