Create a private customer virtual account
Private customer virtual accounts a intended for private individuals and requires their personal information.
POST
https://api.ivorypay.io/v1/virtual-accounts
Request Body
Name
Type
Description
firstName*
String
First name of the individual
lastName*
String
Last name of the individual
email*
String
Email address of the individual
phoneNumber*
String
A valid phone number
middleName
String
Middle name of the individual
dob*
String
A valid phone number
bvn*
String
A valid BVN of the individual
gender*
String
The gender of the individual
address
String
The full address of the individual
customerReference*
String
A string that uniquely identifies the customer within your own system.
Last updated