resource_not_found
The referenced object does not exist in this merchant and mode.
| HTTP status | 400 |
| Error type | invalid_request_error |
| Retry | No. 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.