amount_too_large
The amount exceeds what is allowed, for example a refund larger than the refundable balance.
| HTTP status | 400 |
| Error type | invalid_request_error |
| Retry | No. Fix the request. |
Response shape
{
"error": {
"type": "invalid_request_error",
"code": "amount_too_large",
"message": "…",
"doc_url": "https://docs.borga.is/errors/amount_too_large",
"request_id": "req_…"
}
}See all error codes and how to handle them.