Error codes · The request itself

Card not found

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

What it means

The sold card is not in this wallet, or it is not yours. Both get the same answer.

What to do

  • Check the sold-card id and the wallet it was bought from; the owned-cards list shows both.

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/card-not-found",
  "title": "Card not found",
  "status": 404,
  "code": "card_not_found",
  "requestId": "01J9R2K8T4V6XQ0M3B7C5D9E1F"
}