update virtual account/customer
Update a virtual account/customer to support multiple banks
Method
URL
Header
Value
Request Body
Type
Description
{
"vfdvirtualaccount": "4600020122",
"banks": [
"000023"
]
}Last updated
Update a virtual account/customer to support multiple banks
{
"vfdvirtualaccount": "4600020122",
"banks": [
"000023"
]
}Last updated
{
"status": true,
"message": "Processing virtual account update to this customer."
}{
"status": "successful",
"message": "Providus virtualaccount successfully added for this customer.",
"data": {
"_id": "6214f2c3764d690016021e10",
"email": "[email protected]",
"contactfirstname": "A",
"contactlastname": "Customer",
"phone": "0000000000",
"nuban": "4600019908",
"virtualaccounts": [
{
"bank": "Providus Bank",
"nuban": "9977578909"
},
{
"bank": "VFD MICROFINANCE BANK",
"nuban": "4620019908"
}
],
"timestamp": "2023-05-05T09:23:04.064Z"
}
}{
"status": "failed",
"message": "Bank is already assigned to this customer.",
"data": {
"timestamp": "2023-05-05T09:49:43.130Z"
}
}