GuestPaymentsReportingData

The guest reporting data organized by payment.

cardFingerprint
string <UUID>

The identifier assigned by the Toast platform used to identify a guest's payment card.

orderGuid
string <UUID>

The identifier assigned by the Toast platform used to identify an order.

paymentDate
string <integer>

The date when the payment was processed.

paymentGuid
string <UUID>

The identifier assigned by the Toast platform used to identify the payment.

restaurantGuid
string <UUID>

The identifier assigned by the Toast platform used to identify a restaurant location.

restaurantLocationCode
string <string>

The restaurant’s location code.

restaurantLocationName
string <string>

The restaurant’s location name.

restaurantName
string <string>

The restaurant’s name.

{
  • "restaurantGuid": "string",
  • "restaurantName": "string",
  • "restaurantLocationName": "string",
  • "restaurantLocationCode": "string",
  • "paymentDate": "string",
  • "orderGuid": "string",
  • "paymentGuid": "string",
  • "cardFingerprint": "string"
}