missing_merchant
A dashboard request did not include the `X-Merchant-Id` header.
| HTTP status | 400 |
| Error type | invalid_request_error |
| Retry | No. Fix the request. |
Response shape
{
"error": {
"type": "invalid_request_error",
"code": "missing_merchant",
"message": "…",
"doc_url": "https://docs.borga.is/errors/missing_merchant",
"request_id": "req_…"
}
}See all error codes and how to handle them.