Error codes · Orders
Card unavailable
Code
card_unavailableStatus409
If this was an orderThis request bought nothing
Send it again unchanged?No — change something first
.NET SDK
OutOfStockExceptionWhat it means
The card cannot be sold to this wallet now — it is no longer offered, or it does not exist.
What to do
- Read the catalogue again and choose a card it offers; place a new order with a new operation id.
Where you can meet it
- POSTPlace an order
/v1/wallets/{walletId}/orders
Example
The body of the refusal. Its type is the address of this page.
{
"type": "https://developers.anis.ly/errors/card-unavailable",
"title": "Card unavailable",
"status": 409,
"code": "card_unavailable",
"requestId": "01J9R2K8T4V6XQ0M3B7C5D9E1F"
}