missing_amount

Provide `amount` (to create a Payment) or `payment` (to attach an existing one).

HTTP status400
Error typeinvalid_request_error
RetryNo. 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.