TransactionInformationRedeem

A request for the provider to mark as consumed the discounts and payments included in this message, that were previously retrieved with TENDER_RETRIEVE_DISCOUNTS and TENDER_RETRIEVE_PAYMENTS calls.

object (AccountInfo)

Information related to a given tender user.

object (Check)

A wrapper object with fields that allow reference to a Toast entity by Toast GUID.

orderGuid
string <guid>

The GUID of the order this check belongs to. Orders can have multiple checks, but only one check will be relevant for the transaction. The order GUID can be used to later retrieve information about the order and check from the Toast Orders API.

Array of objects (TenderDiscount)

The list of tender discounts retrieved by the previous TENDER_RETRIEVE_DISCOUNTS call that were applied to the check.

tenderIdentifier
string

The unique identifier of a tender guest. This is obtained by entering a name or an email address, or anything else accepted by both the customer and the partner.

Array of objects (TenderPayment)

The list of tender payments retrieved by the previous TENDER_RETRIEVE_PAYMENTS call that were applied to the check.

{
  • "tenderIdentifier": "string",
  • "accountInfo": {
    },
  • "orderGuid": "string",
  • "check": {
    },
  • "tenderPaymentsApplied": [
    ],
  • "tenderDiscountsApplied": [
    ]
}