cURL
curl --request PUT \ --url https://api.flutterwave.com/v3/virtual-cards/{id}/status/{status_action} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: <content-type>'
{ "status": "error", "message": "Card has been blocked previously", "data": null }
Block/Unblock a virtual card
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
application/json
"application/json"
"block"
OK
Was this page helpful?