Testing Location API
This page provides test locations to make sure your integration works as planned. Use it to trigger different flows in your integration and ensure they are handled accordingly.
Test Locations
Location offline
LocationId: tc-sandboxofflinelocation-2000
Response Payload
{
"locationId": "tc-sandboxofflinelocation-2000",
"pos": {
"vendor": "Sandbox POS"
},
"status": {
"code": "RED",
"lastOnlineAt": null
}
}
Location online
LocationId: tc-sandboxonlinelocation-2000
Response Payload
{
"locationId": "tc-sandboxonlinelocation-2000",
"pos": {
"vendor": "Sandbox POS"
},
"status": {
"code": "GREEN",
"lastOnlineAt": "2021-03-08T05:33:54.972Z"
}
}