Error codes · No decision reached

Request timeout

Coderequest_timeout
Status504
If this was an orderMay still complete — resume with the same id
Send it again unchanged?Yes — see What to do
.NET SDKDependencyUnavailableException

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

Anis could not reach a decision in time.

What to do

  • On an order: the purchase may still complete. Resume with the SAME operation id and the same body — never a new id.
  • On a read: retry after a short wait.

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/request-timeout",
  "title": "Request timeout",
  "status": 504,
  "code": "request_timeout",
  "requestId": "01J9R2K8T4V6XQ0M3B7C5D9E1F"
}