cURL
curl --request PUT \ --url https://api.flutterwave.com/v3/virtual-cards/{id}/terminate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: <content-type>'
{ "status": "error", "message": "Unable to retrieve the requested card.", "data": null }
Terminate an existing virtual card
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
application/json
"application/json"
OK
Was this page helpful?