This guide will be removed on April 29, 2022. Please use our new, easier-to-use Toast technical documentation site. All updated content is on the new site.
You can use the orders API to get information about payments made for checks at your restaurant.
-
You send a
GET
request to the/payments
endpoint to get a list of the payments made in one business day. -
You send a
GET
request to the/payments/
endpoint to get detailed information about one payment, specified by its GUID.{guid}
The following sections provide information about how to get payment information.