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]
{{baseUrl}}/api/v1/wallet/ngn/create

HeaderTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Body parameter

ParameterTypeDescription
dob *stringDate of birthrequired
phone_number *stringPhone numberrequired
bvn *stringBank Verification Numberrequired
last_name *stringLast Namerequired
first_name * *stringFirst Namerequired
middle_namestringMiddle Nameoptional

Sample response

Response
{
  "entity": {
    "wallet_id": "254a14e1-25ac-338a-94ed-9e4041840599",
    "wallet_amount": 0,
    "account_number": "1200335704",
    "phone_number": "08158070522"
  }
}