Error
MANUAL_CONFIRMATION_REQUIRED
Manual confirmation required
- HTTP status
- 409
- Retryable
- No — change the request
- Returned by
- 1 operation
What to do
This journey needs Swiss Touristy confirmation and cannot be self-served.
What it looks like
{
"code": "MANUAL_CONFIRMATION_REQUIRED",
"detail": "A sentence describing this particular failure.",
"field_errors": [],
"instance": "/api/public/v1/...",
"next_action": "This journey needs Swiss Touristy confirmation and cannot be self-served.",
"request_id": "req_9f2c1b7ae4d84c6f9b2e10a3",
"retryable": false,
"status": 409,
"title": "Manual confirmation required",
"type": "https://swisstouristy.com/developers/errors/manual_confirmation_required"
}code is the stable contract. detail is prose for a human reading a log and may be reworded at any time — do not parse it, and do not branch on status alone, since several codes share one.