Cards
Block Card
Block an NFC card from transactions
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.
Request
Bearer olive_live_xxx or Bearer eyJ... (JWT)Path Parameters
Card serial number (e.g.,
OLIV0001)Body Parameters
Reason for blocking (logged for audit)
Subscriber’s PIN (required for self-service blocking)
Response
Whether block succeeded
Result message
Examples
Block Reasons
| Reason | Description | Reversible |
|---|---|---|
| Lost | Customer lost card | No (issue new card) |
| Stolen | Card reported stolen | No |
| Fraud | Suspected fraud | Yes (after investigation) |
| Request | Customer requested | Yes |
| Damaged | Physical damage | No (issue new card) |
Effects
Transactions Blocked
- POS payments rejected
- NFC tap disabled
- PIN verification fails
Child Cards
- If parent blocked, child cards still work
- Block child cards separately if needed
Errors
| Status | Code | Description |
|---|---|---|
| 400 | MISSING_REASON | Reason is required |
| 400 | INVALID_PIN | PIN verification failed |
| 401 | UNAUTHORIZED | Invalid API key |
| 404 | CARD_NOT_FOUND | Card serial not found |
| 409 | ALREADY_BLOCKED | Card already blocked |
| 500 | INTERNAL_ERROR | Server error |
Related
Unblock Card
Restore a blocked card
Authorizations
API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Path Parameters
Card Serial Number
Body
application/json
Block reason
Response
Card blocked
The response is of type object.