UNKNOWN_TILL
HTTP 404 — Unknown till
No open till with that number belongs to this business.
What to do
Check the number on the Checkout screen. Another business's till is UNKNOWN_TILL here, never FORBIDDEN.
Can I retry?
Not unchanged. Something in the request has to change first — retrying as-is gets the same answer.
The body you received
json
{
"error": {
"code": "UNKNOWN_TILL",
"doc": "https://docs.pamopay.co/errors/UNKNOWN_TILL",
"request_id": "req_5f3a9c2b1d4e6f7a8b9c0d1e"
}
}Quote request_id when you write to us; it finds the call without anybody grepping by timestamp.