wallet.topup_below_minimum
The top-up amount is below the per-currency minimum floor (MinTopupMinor).
wallet.topup_below_minimum is returned when the requested top-up amount is less than the minimum top-up floor configured for the wallet's currency (MinTopupMinor). The minimum varies by currency.
The amount_minor in the top-up request is less than the per-currency minimum threshold.
Increase the amount to at least the minimum for your wallet's currency. The minimum is surfaced in the top-up endpoint's response schema or documentation.
{
"error": {
"code": "wallet.topup_below_minimum",
"message": "top-up amount below minimum",
"request_id": "req_01900000abc"
}
}