Skip to main content
PUT
/
virtual-cards
/
{id}
/
terminate
Terminate a Virtual Card
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
}

Authorizations

Authorization
string
header
required

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

Headers

Content-Type
enum<string>
required
Available options:
application/json
Example:

"application/json"

Path Parameters

id
string
required

Response

200 - application/json; charset=utf-8

OK

status
string
required
message
string
required
data
string | null
required