Error codes · Orders
Price changed
Code
price_changedStatus409
If this was an orderThis request bought nothing
Send it again unchanged?No — change something first
.NET SDK
PriceChangedExceptionWhat it means
The price you sent is not the price this wallet pays now. Nothing was charged. The price checked is the card’s unitPrice for this wallet — the other prices in the catalogue are for display.
What to do
- Read the catalogue again and place a new order at the current
unitPrice, under 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/price-changed",
"title": "Price changed",
"status": 409,
"code": "price_changed",
"requestId": "01J9R2K8T4V6XQ0M3B7C5D9E1F"
}