origin_not_allowed

The browser's `Origin` is not in the publishable key's `allowed_origins`.

HTTP status400
Error typeinvalid_request_error
RetryNo. Fix the request.

What to do

Add the origin to the key under Developers in the dashboard.

Response shape

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

See all error codes and how to handle them.