Skip to main content

Reservation Errors

Introduction​

The Reservations for Platforms API has a predefined list of errors that may be returned to the webhook URL. Below is a table listing possible errors and their meanings.

When applicable, a list of the fields in the request that caused errors will be found in errorProperties.

Error CodeDescription
PLATFORM_NOT_FOUNDThe specified platform does not exist or is not registered.
URL_MUST_START_WITH_HTTPSThe provided URL is invalid because it does not use HTTPS.
BEARER_AUTH_TTL_IS_EXPIREDThe bearer authentication token has expired.
BASIC_AUTH_FIELDS_CAN_NOT_BE_EMPTYRequired fields for basic authentication are missing.
BEARER_AUTH_FIELDS_CAN_NOT_BE_EMPTYRequired fields for bearer authentication are missing.
API_KEY_AUTH_FIELDS_CAN_NOT_BE_EMPTYRequired fields for API key authentication are missing.
OAUTH_FIELDS_CAN_NOT_BE_EMPTYRequired OAuth authentication fields are missing.
RESTAURANT_PROPERTIES_REQUIREDSome required restaurant properties were not provided.
RESTAURANT_PROPERTIES_INVALIDProvided restaurant properties have invalid values.
RESTAURANT_PROPERTIES_EXPIREDOne or more restaurant properties have expired.
INTEGRATION_LOCATION_ID_MISMATCHThe provided businessLocationID does not match the expected integration.
PLATFORM_ALREADY_ACTIVATEDThe specified platform has already been activated for this location.
CURRENCY_NOT_ACCEPTABLEThe specified currency is not supported or allowed.
PLATFORM_FIELDS_CAN_NOT_BE_EMPTYRequired platform fields are missing or empty.
PLATFORM_CODE_TOO_MANY_SYMBOLSThe provided platform-code exceeds the allowed length.
REQUESTED_TABLE_IS_UNAVAILABLEThe requested table is already occupied or does not exist.
PLATFORM_RESTAURANT_NOT_FOUNDThe specified restaurant is not found within the platform.
PLATFORM_PROPERTIES_INVALIDSome platform properties have invalid values.
PLATFORM_PROPERTIES_DUPLICATIONDuplicate platform properties were found and are not allowed.
RESERVATION_FIELDS_CAN_NOT_BE_EMPTYRequired fields for a reservation are missing.
RESERVATION_ID_TOO_MANY_SYMBOLSThe reservation ID exceeds the allowed length.
RESERVATION_PARTY_SIZE_ERRORThe party size for the reservation is invalid.
RESERVATION_SEQUENCE_ID_ERRORThe reservation sequence ID does not match expected values.
RESERVATION_PROPERTIES_INVALIDProvided reservation properties have invalid values.
GUEST_URL_UNREACHABLEThe provided guest URL is not reachable.
GUEST_PROPERTIES_INVALIDGuest properties contain invalid values.
GUEST_FIELDS_CAN_NOT_BE_EMPTYRequired fields for a guest are missing.
VOIDED_DEPOSIT_CAN_NOT_BE_FUNDED_AGAINA deposit that was voided cannot be funded again.
DEPOSIT_AMOUNT_CAN_NOT_BE_CHANGEDThe deposit amount cannot be modified after creation.
DEPOSIT_UNACCEPTABLE_AMOUNTThe deposit amount is outside the acceptable range.
DEPOSIT_ID_MUST_BE_UNIQUEThe deposit ID must be unique and is already in use.
VOIDED_REFUND_CAN_NOT_BE_REFUNDED_AGAINA refund that was voided cannot be processed again.
REFUND_AMOUNT_CAN_NOT_BE_CHANGEDThe refund amount cannot be modified after creation.
REFUND_ID_MUST_BE_UNIQUEThe refund ID must be unique and is already in use.
REFUND_UNACCEPTABLE_AMOUNTThe refund amount is outside the acceptable range.
CURRENCY_CAN_NOT_BE_CHANGEDThe deposit currency cannot be changed once set.
TOO_MANY_DEPOSITSThe number of deposits exceeds the allowed limit.
TOO_MANY_REFUNDSThe number of refunds exceeds the allowed limit.
TOO_MANY_INTEGRATIONS_WITH_PLATFORMThe platform is already activated for this location.
INTERNAL_ERRORA generic internal server error occurred.
ACCOUNT_CREATION_ERRORAn error occurred while trying to create an order.
CLIENT_REQUEST_ERRORThe client made an invalid request.
INTEGRATION_ONBOARDING_PROPERTIES_INVALIDProvided integration onboarding properties are invalid.
INTEGRATION_ONBOARDING_NOTIFICATION_FAILEDA notification related to integration onboarding failed.