ALREADY_QUEUED
HTTP 409 — Already queued
A replay was asked for on an event that is already queued or in flight. What you wanted is going to happen.
What to do
Nothing. Wait for the delivery.
Can I retry?
No. Retrying cannot change the answer; a person has to act.
The body you received
json
{
"error": {
"code": "ALREADY_QUEUED",
"doc": "https://docs.pamopay.co/errors/ALREADY_QUEUED",
"request_id": "req_5f3a9c2b1d4e6f7a8b9c0d1e"
}
}Quote request_id when you write to us; it finds the call without anybody grepping by timestamp.