APIs and Endpoints
Endpoints currently sunsetting
The following endpoints are being gradually disabled and will stop working completely after the date indicated in the table. Before the sunset date, those endpoints will randomly, at an increasing rate, return 404 Not Found responses. After the sunset date, those endpoints will return an error response to all requests.
API & Version | Endpoint | Method | Replacement | Deprecation date | Sunset Date |
---|---|---|---|---|---|
REST 1.0 | /api/pay/{tab_uuid} | POST | /loc/:location_uuid/tabs/:tab_uuid/payments OR /tabs/:tab_uuid/payments | March 2022 | March 2022 |
Deprecated endpoints
The following endpoints have been deprecated which means they should not be used in new applications. Instead, new endpoints should be used as indicated in the table below.
API & Version | Endpoint | Method | Replacement | Deprecation Date |
---|---|---|---|---|
REST 1.0 | /api/pay/{tab_uuid} | POST | /loc/:location_uuid/tabs/:tab_uuid/payments OR /tabs/:tab_uuid/payments | March 2022 |
Updated over 2 years ago