Subscribers
Block Subscriber
Block a subscriber account
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
Subscriber UUID (e.g.,
sub_abc123)Body Parameters
Reason for blocking the account. This is logged for audit.
Response
Whether block succeeded
Result message
Examples
What Gets Blocked
Account Actions
- All wallet transactions
- P2P transfers
- Cash-in/cash-out
- PIN changes
Card Actions
- All linked cards blocked
- POS payments rejected
- NFC tap disabled
Common Reasons
| 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” |
Errors
| 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 |
Related
Unblock Subscriber
Restore access to a blocked subscriber account
Authorizations
API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Path Parameters
Subscriber ID
Body
application/json
Block reason
Example:
"Suspicious activity detected"
Response
Block successful
The response is of type object.