Cookbook
Developer guide
API reference
Platform guide
Release notes
  • Cookbook
  • Developer guide
  • API reference
  • Platform guide
  • Release notes
    • Nothing Found
    API reference
    Authentication
    Cash Management
    Configuration
    Credit cards
      Data definitions
        schema
        ToastError
        schema
        PaymentStatus
        schema
        AuthorizationMetadata
        schema
        PartnerServiceInfo
        schema
        PaymentRequestMetadata
        schema
        PaymentAuthorization
        schema
        BillingAddress
        schema
        DeliveryAddress
      put
      Authorize a credit card
    Kitchen
    Labor
    Menus V2
    Menus V3
    Order management configuration
    Orders
    Packaging configuration
    Partners
    Restaurant availability
    Restaurants
    Stock
    API specifications
    Gift cards integration specification
    Loyalty integration specification
    Tender integration specification

ToastError

Contains error details.

description
required
string

A human-readable description of the problem.

detail
string

Error details, such as an exception and stack trace.

{
  • "description": "string",
  • "detail": "string"
}