processing_error

The card processor returned a processing error. Safe to retry once.

HTTP status402
Error typepayment_error
RetryDepends on the code.

Response shape

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

See all error codes and how to handle them.