bank_invoice_not_enabled
`enabled_methods` includes `bank_invoice` but the merchant has not enabled bank invoices.
| HTTP status | 400 |
| Error type | invalid_request_error |
| Retry | No. Fix the request. |
What to do
Turn it on under Settings → Bank invoice.
Response shape
{
"error": {
"type": "invalid_request_error",
"code": "bank_invoice_not_enabled",
"message": "…",
"doc_url": "https://docs.borga.is/errors/bank_invoice_not_enabled",
"request_id": "req_…"
}
}See all error codes and how to handle them.