Developer guide
API reference
  • Developer guide
  • API reference
    • Nothing Found
    Prerelease - tender API reference
    Tender integration specification
      Data definitions
        schema
        TenderTransaction
        schema
        TransactionInformationSearch
        schema
        TransactionInformationDiscounts
        schema
        TransactionInformationPayments
        schema
        TransactionInformationRedeem
        schema
        TransactionInformationGratuity
        schema
        TransactionInformationReverse
        schema
        TenderTransactionResponse
        schema
        TenderTransactionStatus
        schema
        TransactionResponseSearchConfig
        schema
        TransactionResponseSearch
        schema
        TransactionResponseDiscounts
        schema
        TransactionResponsePayments
        schema
        TransactionResponseGratuity
        schema
        AccountInfo
        schema
        TenderPayment
        schema
        TenderDiscount
        schema
        KeyValue
        schema
        RevenueCenter
        schema
        Check
        schema
        CheckInfo
        schema
        AppliedLoyaltyInfo
        schema
        Selection
        schema
        Payment
        schema
        Customer
        schema
        DeliveryInfo
        schema
        AppliedServiceCharge
        schema
        AppliedTaxRate
        schema
        AppliedDiscountTrigger
        schema
        AppliedDiscount
        schema
        LoyaltyDetails
        schema
        Refund
        schema
        Device
        schema
        VoidInformation
        schema
        ExternalReference
        schema
        ToastReference
      post
      Provides information about a tender transaction to a tender provider.

CheckInfo

Information about a check associated with a transaction

displayNumber
required
string

The display number of the check

guid
required
string <guid>

The GUID maintained by the Toast platform

{
  • "guid": "string",
  • "displayNumber": "string"
}