Create a virtual account
Create a single-use virtual account to accept one-time payment.
The single-use account is only valid for one-time use only
Depending on the partner bank you choose, we may require more information. These requirements are at the request of our partnering banks.
URI
POST
Parameters
Header
Authorization
| set value to |
Body Param
business_id
| Buisness ID |
first_name
| Customer's first name |
last_name
| Customer's last name |
phone_number
| Customer's phone number |
email
| Customer's email address |
bvn
| Customer's bank verification number |
metadata
| Customer's specific data - Stringified JSON |
is_permanent
| Flags a virtual account as temporary |
preferred_banks
| List of Customer's preferred banks |
purpose
| Customer's purpose for creating a virtual account |
amount
| Specifies the exact amount a virtual account should receive |
If the amount is specified, the customer will only be allowed to pay the exact amount. Any other amount will be rejected
Sample request
Duplo Response
Last updated