payment_not_available
The Payment referenced by `payment` is not in status `created`, so it cannot get a new session.
| HTTP status | 400 |
| Error type | invalid_request_error |
| Retry | No. Fix the request. |
Response shape
{
"error": {
"type": "invalid_request_error",
"code": "payment_not_available",
"message": "…",
"doc_url": "https://docs.borga.is/errors/payment_not_available",
"request_id": "req_…"
}
}See all error codes and how to handle them.