Skip to main content
PUT
/
virtual-account-numbers
/
{order_ref}
Update BVN
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"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

order_ref
string
required
Example:

"URF_1711620308080_5006035"

Body

application/json
bvn
string
required

Response

200 - undefined