missing_origin
An embedded session created with a secret key needs `origin`, the `https://host` of the page that opens checkout.
| HTTP status | 400 |
| Error type | invalid_request_error |
| Retry | No. Fix the request. |
Response shape
{
"error": {
"type": "invalid_request_error",
"code": "missing_origin",
"message": "…",
"doc_url": "https://docs.borga.is/errors/missing_origin",
"request_id": "req_…"
}
}See all error codes and how to handle them.