MERCHANT_NOT_LIVE
HTTP 403 — Business not live
A live key for a business that has not gone live, or has been suspended. This is about the account, not the key.
What to do
Integrate against the sandbox with a test key until the business is live. Nothing about the request is wrong.
Can I retry?
No. Retrying cannot change the answer; a person has to act.
The body you received
json
{
"error": {
"code": "MERCHANT_NOT_LIVE",
"doc": "https://docs.pamopay.co/errors/MERCHANT_NOT_LIVE",
"request_id": "req_5f3a9c2b1d4e6f7a8b9c0d1e"
}
}Quote request_id when you write to us; it finds the call without anybody grepping by timestamp.