LIVE_KEY_ON_SANDBOX
HTTP 400 — Live key on the sandbox
A sk_live_ key was sent to the sandbox base URL, which never moves money and will not pretend to.
What to do
Send live traffic to the live base URL.
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": "LIVE_KEY_ON_SANDBOX",
"doc": "https://docs.pamopay.co/errors/LIVE_KEY_ON_SANDBOX",
"request_id": "req_5f3a9c2b1d4e6f7a8b9c0d1e"
}
}Quote request_id when you write to us; it finds the call without anybody grepping by timestamp.