AccountInfo

Information related to a given tender user.

Array of objects (KeyValue)

Supplemental properties associated with this account. These properties are not displayed in the list of search results on POS but returned to the tender provider on subsequent transactions for the account.

Array of objects (KeyValue)

Search terms that the Toast POS system submits in a follow-up TENDER_SEARCH request to expand this search result into the accounts it represents. Use this when a result stands for a group of accounts, for example a reservation that covers several guest folios.

Array of objects (KeyValue)

Properties associated with this account that are used to identify it. Examples include the account owners name, status, email, phone number, or any other data that the provider wants to make available to the server via the Toast POS system. This data is also displayed in response to a search request and used to identify the desired account from those matching the search terms.

Array of objects (TenderCoupon)

Reserved for future use.

tenderIdentifier
string

A unique identifier for this account.

{
  • "tenderIdentifier": "string",
  • "properties": [
    ],
  • "additionalProperties": [
    ],
  • "expansionSearchCriteria": [
    ],
  • "tenderCoupons": [
    ]
}