curl --request PUT \
--url https://api.flutterwave.com/v3/virtual-account-numbers/{order_ref} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"bvn": "12345678901"
}
'Update the BVN of previously created virtual accounts
curl --request PUT \
--url https://api.flutterwave.com/v3/virtual-account-numbers/{order_ref} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"bvn": "12345678901"
}
'Was this page helpful?