card_payment_reverse_uncertain

The processor did not confirm the refund. The Refund stays `pending`; do not retry blindly.

HTTP status502
Error typeapi_error
RetryYes, with backoff.

What to do

Poll the refund or wait for `payment.refunded`.

Response shape

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

See all error codes and how to handle them.