Block a subscriber account
Bearer olive_live_xxx or Bearer eyJ... (JWT)sub_abc123)| Reason Type | Example |
|---|---|
| Security | ”Multiple failed PIN attempts” |
| Fraud | ”Suspected fraudulent activity” |
| KYC | ”KYC documents not verified” |
| Compliance | ”AML screening flag” |
| Request | ”Customer requested block” |
| Status | Code | Description |
|---|---|---|
| 400 | MISSING_REASON | Reason is required |
| 401 | UNAUTHORIZED | Invalid or missing API key |
| 403 | FORBIDDEN | Insufficient permissions |
| 404 | NOT_FOUND | Subscriber not found |
| 409 | ALREADY_BLOCKED | Subscriber already blocked |
| 500 | INTERNAL_ERROR | Server error |