Create Virtual Account
X POST
https://seerbitapi.com/api/v2/virtual-accounts
-H 'Content-Type: application/json'
-H 'Authorization: Bearer {token}{
"publicKey": "YOUR_PUBLIC_KEY",
"fullName": "Jane Smith",
"bankVerificationNumber":"",
"currency": "NGN",
"country": "NG",
"reference": "FIRST_VIRTUAl_17",
"email": "[email protected]"
}{
"status": "SUCCESS",
"data": {
"code": "S20",
"payments": {
"paymentReference": "FIRST_VIRTUAl_7",
"walletName": "UBA(Business Name)",
"bankName": " GUARANTEE TRUST BANK",
"accountNumber": "Account Number"
},
"message": "Account created "
}
}Last updated