payment_not_refundable
Only payments in status `succeeded` or `processing` can be refunded.
| HTTP status | 400 |
| Error type | invalid_request_error |
| Retry | No. Fix the request. |
Response shape
{
"error": {
"type": "invalid_request_error",
"code": "payment_not_refundable",
"message": "…",
"doc_url": "https://docs.borga.is/errors/payment_not_refundable",
"request_id": "req_…"
}
}See all error codes and how to handle them.