Skip to main content
POST
/
cards
/
{serial}
/
block
Block a card
curl --request POST \
  --url https://olive-gateway-a6ba.onrender.com/api/v1/cards/{serial}/block \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "reason": "Lost card"
}
'
{}

Authorizations

Authorization
string
header
required

API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'

Path Parameters

serial
string
required

Card Serial Number

Body

application/json

Block reason

reason
string
required
Example:

"Lost card"

pin
string
Example:

"1234"

Response

Card blocked

The response is of type object.