NOT_FOUND
HTTP 404 — Not found
No such object for this business. An object belonging to another business is also NOT_FOUND — telling a caller which references exist would be a way to enumerate them.
What to do
Check the reference. Objects are only ever visible to the business that made them.
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": "NOT_FOUND",
"doc": "https://docs.pamopay.co/errors/NOT_FOUND",
"request_id": "req_5f3a9c2b1d4e6f7a8b9c0d1e"
}
}Quote request_id when you write to us; it finds the call without anybody grepping by timestamp.