Error codes · The request itself

Not found

Coderesource_not_found
Status404
If this was an orderThis request bought nothing
Send it again unchanged?No — change something first
.NET SDKResourceNotFoundException

What it means

What you asked for does not exist, or it is not yours. Both get the same answer on purpose — for example an order id that belongs to another application looks exactly like one that was never used.

What to do

  • Check the id. For an order, use the operation id you sent when you placed it.

Where you can meet it

Example

The body of the refusal. Its type is the address of this page.

{
  "type": "https://developers.anis.ly/errors/resource-not-found",
  "title": "Not found",
  "status": 404,
  "code": "resource_not_found",
  "requestId": "01J9R2K8T4V6XQ0M3B7C5D9E1F"
}