Suspend a processor
Processors
Suspend Processor
Suspend a processor to prevent transactions
POST
Suspend a processor
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.
Suspend Processor
Suspend a processor to prevent them from processing transactions.Endpoint
Authentication
Bearer token (Admin JWT)
Path Parameters
Processor UUID
Request Body
Suspension reason (e.g., “Suspected fraudulent activity”)
Response
Effects
- Processor status changes to
suspended - All POS transactions are rejected
- Dashboard access is blocked
- API key is deactivated
Errors
| Code | Description |
|---|---|
| 400 | Invalid request |
| 404 | Processor not found |
| 401 | Unauthorized |
Authorizations
JWT token from admin login for administrative operations. Format: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'
Path Parameters
Processor ID
Body
application/json
Suspension reason
Example:
"Suspected fraudulent activity"
Response
Processor suspended successfully
The response is of type object.