processing_error
The card processor returned a processing error. Safe to retry once.
| HTTP status | 402 |
| Error type | payment_error |
| Retry | Depends 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.