missing_amount
Provide `amount` (to create a Payment) or `payment` (to attach an existing one).
| HTTP status | 400 |
| Error type | invalid_request_error |
| Retry | No. Fix the request. |
Response shape
{
"error": {
"type": "invalid_request_error",
"code": "missing_amount",
"message": "…",
"doc_url": "https://docs.borga.is/errors/missing_amount",
"request_id": "req_…"
}
}See all error codes and how to handle them.