resource_not_found

The referenced object does not exist in this merchant and mode.

HTTP status400
Error typeinvalid_request_error
RetryNo. Fix the request.

What to do

Check the id and that you are using a key for the right mode (test vs. live).

Response shape

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

See all error codes and how to handle them.