Cards
Unblock Card
Restore a blocked NFC card
POST
Documentation Index
Fetch the complete documentation index at: https://docs.vultlocal.com/llms.txt
Use this file to discover all available pages before exploring further.
Unblocking restores full transaction capability to a previously blocked card.
Request
Bearer olive_live_xxx or Bearer eyJ... (JWT)Path Parameters
Card serial number (e.g.,
OLIV0001)Body Parameters
Subscriber’s PIN (required for self-service unblock)
Response
Whether unblock succeeded
Result message
Examples
What Gets Restored
Restrictions
Errors
| Status | Code | Description |
|---|---|---|
| 400 | INVALID_PIN | PIN verification failed |
| 400 | PERMANENT_BLOCK | Card cannot be unblocked (lost/stolen) |
| 401 | UNAUTHORIZED | Invalid API key |
| 404 | CARD_NOT_FOUND | Card serial not found |
| 409 | NOT_BLOCKED | Card is not blocked |
| 500 | INTERNAL_ERROR | Server error |
Related
Block Card
Block a card from transactions
Authorizations
API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Path Parameters
Card Serial Number
Body
application/json
PIN for non-admin users
Example:
"1234"
Response
Card unblocked
The response is of type object.