amount_too_small

The amount is below the minimum for this operation, for example a refund of 0.

HTTP status400
Error typeinvalid_request_error
RetryNo. Fix the request.

Response shape

{
  "error": {
    "type": "invalid_request_error",
    "code": "amount_too_small",
    "message": "…",
    "doc_url": "https://docs.borga.is/errors/amount_too_small",
    "request_id": "req_…"
  }
}

See all error codes and how to handle them.