BAAS
Create Wallet
What is Wallet? A wallet is a digital account that allows you to transact easily across all frontiers
This endpoint creates a new unique wallet for your end user by taking in certain parameters including BVN.
[POST]
Header
Header | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | public secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Body parameter
Parameter | Type | Description | |
---|---|---|---|
dob * | string | Date of birth | required |
phone_number * | string | Phone number | required |
bvn * | string | Bank Verification Number | required |
last_name * | string | Last Name | required |
first_name * * | string | First Name | required |
middle_name | string | Middle Name | optional |
Sample response
Response
Was this page helpful?