AMOUNT_TOO_SMALL
HTTP 400 — Amount too small
After the fee there would be nothing left for the business.
What to do
Ask for more. The minimum depends on your tariff.
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": "AMOUNT_TOO_SMALL",
"doc": "https://docs.pamopay.co/errors/AMOUNT_TOO_SMALL",
"request_id": "req_5f3a9c2b1d4e6f7a8b9c0d1e"
}
}Quote request_id when you write to us; it finds the call without anybody grepping by timestamp.