Skip to main content
PUT
/
virtual-cards
/
{id}
/
status
/
{status_action}
Block/Unblock a Virtual Card
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
}

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
status_action
string
required
Example:

"block"

Response

200 - application/json; charset=utf-8

OK

status
string
required
message
string
required
data
string | null
required