Paste an error response to get instant diagnosis and fix.
INVALID_SIGNATURE
HMAC signature mismatch
critical
The computed HMAC signature does not match the expected value.
TOKEN_EXPIRED
JWT access token expired
Retryable
critical
The bearer token has exceeded its 60-minute lifetime.
INVALID_TOKEN
Invalid or malformed token
Retryable
critical
The bearer token is not a valid JWT or was not issued by this system.
MISSING_AUTH
No authentication provided
critical
The request is missing required authentication headers.
DUPLICATE_CUSTOMER
Customer already exists
info
A customer with this externalUserKey has already been accepted.
INVALID_CUSTOMER_DATA
Customer data validation failed
warning
Required fields are missing or have invalid values.
RATE_LIMITED
Rate limit exceeded
Retryable
warning
Too many requests in the current time window.
INVALID_SERVICE_TYPE
Unknown service type
warning
The serviceId does not match any available service.
INVALID_REQUEST_DETAILS
Request details validation failed
warning
The requestDetails object has missing or invalid fields for the selected service type.
CUSTOMER_NOT_FOUND
Customer not found
critical
No customer exists for the authenticated token.
NO_OFFERS
No offers available yet
Retryable
info
The offers array is empty. Agents are still processing the request.
OFFER_NOT_FOUND
Offer not found or expired
warning
The specified offer ID does not exist or has expired.
OFFER_ALREADY_SELECTED
Offer already selected
info
This offer has already been selected for checkout.
PACKAGE_NOT_FOUND
Offer package not found
critical
The offer package ID does not exist.
ALREADY_APPROVED
Package already approved
info
The offer package was already approved.
PREREQUISITES_NOT_MET
Customer prerequisites incomplete
critical
Required customer data is missing for this booking.
CHECKOUT_NOT_READY
Checkout validation failed
critical
The pre-check step found issues preventing checkout.
OFFER_EXPIRED
Offer no longer available
critical
The offer has expired and can no longer be booked.
NO_CONTRACT
No contract required
info
This offer does not require a contract.
CONTRACT_ALREADY_ACCEPTED
Contract already accepted
info
The contract was already signed.
PAYMENT_METHOD_INVALID
Invalid payment method
warning
The payment method ID is invalid or expired.
PAYMENT_DECLINED
Payment was declined
critical
The payment processor declined the transaction.
DUPLICATE_PAYMENT
Duplicate payment intent
warning
A payment intent with this idempotency key already exists.
PAYMENT_NOT_CONFIRMED
Payment not yet confirmed
Retryable
warning
Attempted to complete checkout before payment was confirmed.
EMPTY_MESSAGE
Message body is empty
info
The message field is empty or missing.
CHAT_RATE_LIMITED
Chat rate limit exceeded
Retryable
warning
Too many messages sent in a short period.
INTERNAL_SERVER_ERROR
Internal server error
Retryable
critical
An unexpected error occurred on the server.
SERVICE_UNAVAILABLE
Service temporarily unavailable
Retryable
critical
The API is temporarily down for maintenance.