Error codes · Orders
Order still processing
Code
operation_processingStatus202
If this was an orderMay still complete — resume with the same id
Send it again unchanged?Yes — see What to do
.NET SDK
OrderProcessing (a result, not an exception)The order may still complete
Resume it with the same operation id and the same body. A new operation id can buy the cards a second time.
What it means
The order was accepted and has no outcome yet.
What to do
- Wait for the time in
Retry-After, then send the SAME order again — same operation id, same body. That is what moves it forward. - Reading the order’s status shows where it stands, but does not move it forward.
- Never place it again under a new id: that can buy the cards twice.
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/operation-processing",
"title": "Order still processing",
"status": 202,
"code": "operation_processing",
"requestId": "01J9R2K8T4V6XQ0M3B7C5D9E1F"
}