TransactionInformationSearch

A request to search for all tender accounts that match the given search terms.

checkGuid
string <uuid>

The GUID of the check associated with the search request.

orderGuid
string <uuid>

The GUID of the order associated with the search request.

revenueCenterGuid
string <uuid>

The GUID of the revenue center associated with the search request.

scanData
string

Data from a barcode or QR code scan.

Array of objects (KeyValue)

A list of terms to search against. These terms are customizable based on the provider and customer. For example, many customers may want to search by name, but hotels may want to search by room number.

swipeData
string

Decrypted data from card swipe.

{
  • "swipeData": "string",
  • "scanData": "string",
  • "searchTerms": [
    ],
  • "orderGuid": "c97d701b-064e-4c4d-9a3a-8063baec086f",
  • "checkGuid": "cf045666-2f2d-477a-8f1b-ff372309be81",
  • "revenueCenterGuid": "6f0e5012-9626-4086-ba65-cda9337cfec0"
}