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.
The following example shows example response data for a
POST
request to the
/orders/
endpoint of the orders API.
{orderGuid}
/checks/{checkGuid}
/payments
{ "guid": "99e42b9c-2f45-4b01-ab90-de4169f6dd29","entityType": "Order", [contents omitted] "checks": [ { "guid": "b7dba08f-db0c-4db3-8ce8-ef25aa0cc492",
"entityType": "Check", [contents omitted] "payments": [
{ "guid": "b7372d29-09fd-46bc-b95e-3c1ab4e77fae",
"entityType": "OrderPayment", "externalId": null, "originalProcessingFee": null, "amount": 50.12, "tipAmount": 20.34, "amountTendered": null, "cashDrawer": null, "cardType": "VISA", "lastModifiedDevice": { "id": null }, "refundStatus": "NONE", "houseAccount": null, "type": "CREDIT", "voidInfo": null, "otherPayment": null, "mcaRepaymentAmount": null, "createdDevice": { "id": null }, "paidDate": "2019-03-31T14:43:04.036+0000", "cardEntryMode": null, "paymentStatus": "AUTHORIZED", "paidBusinessDate": 20190331, "last4Digits": "1111", "refund": null } ], [contents omitted] } ], [contents omitted] }
The Toast platform GUID of the order that you added payments to. |
|
The Toast platform GUID of the check that you added payments to. |
|
The |
|
The Toast platform GUID of a payment that you added. |