cURL
curl --request POST \ --url https://api.flutterwave.com/v3/bulk-virtual-account-numbers \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "accounts": 3, "email": "user@gmail.com", "is_permanent": true, "tx_ref": "Sample_tx_ref" } '
{ "status": "success", "message": "Bulk virtual accounts creation queued", "data": { "batch_id": "-RND_2641579516055928", "response_code": "02", "response_message": "Request added to Queue" } }
Create bulk virtual account numbers
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes
{ "batch_id": "-RND_2641579516055928", "response_code": "02", "response_message": "Request added to Queue"}
Was this page helpful?