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. |
| cardLast4Digits | string or null The last four digits of the guest's payment card. |
| cardType | string or null The brand or network of the guest's payment card. Example values:
|
| orderGuid | string <UUID> The identifier assigned by the Toast platform used to identify an order. |
| paymentAccountReference | string or null The Payment Account Reference (PAR) assigned by the card network to identify the underlying card account across different payment tokens and processors. PAR is a 29-character alphanumeric identifier that is independent of the payment facilitator or gateway, making it suitable for linking Toast-processed payments with non-Toast payments (e.g. Olo) for the same cardholder. Currently only available for payment processing companies that support PAR
(Worldpay and Chase). Returns PAR data is only available for payments processed after July 30, 2026. |
| 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",
- "cardLast4Digits": "string",
- "cardType": "string",
- "paymentAccountReference": "VI01Z28RKA1EBL470G9XYG90R5D3E"
}