POST
/
api
/
provider
/
wallets
/
create
{
  "phone": "08034730301",
  "address": "295 Herbert Macaulay Rd Yaba",
  "email": "[email protected]",
  "addressState": "Lagos",
  "addressCity": "Yaba",
  "firstName": "Tola",
  "lastName": "Future",
  "gender": "M",
  "dateOfBirth": "1995-07-02",
  "bvn": "2210808767677",
  "nin": "22222222280",
  "account": {
    "alias": "Tola Main",
    "currencyCode": "NGN"
  }
}
{
  "alias": "Tola Main",
  "accountNumber": "5000001766",
  "currency": "NGN",
  "createdOn": 1636404974795,
  "activatedOn": null,
  "authToken": null,
  "owner": {
    "productName": "PAYZONE"
  },
  "active": false
}

Request parameters

phone
string
required

Customer Phone Number

email
string

Customer’s Email Address

address
string

Customers’ Address

addressState
string

Address State

addressCity
string

Address City

firstName
string

Customer’s First Name

lastName
string
required

Customer’s Last Name

gender
string

Gender

dateOfBirth
number
required

Please enter the date of birth in the following format: YYYY-MM-DD. For example, July 2, 1995, should be written as 1995-07-02

bvn
number

Customer’s Bank Verification Number

nin
number
required

Customer’s National Identity Number

account
object