Error codes · Revealing cards

Invoice too large to reveal

Codeinvoice_reveal_limit_exceeded
Status409
If this was an orderNever returned when buying
Send it again unchanged?No — change something first
.NET SDKAnisApiException

What it means

Revealing a whole invoice is limited to 100 cards, and this invoice has more.

What to do

  • Reveal the cards you need one by one.

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/invoice-reveal-limit-exceeded",
  "title": "Invoice too large to reveal",
  "status": 409,
  "code": "invoice_reveal_limit_exceeded",
  "requestId": "01J9R2K8T4V6XQ0M3B7C5D9E1F"
}