Block an NFC card from transactions
Bearer olive_live_xxx or Bearer eyJ... (JWT)OLIV0001)| 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) |
| 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 |