Error codes · Revealing cards
Invoice too large to reveal
Code
invoice_reveal_limit_exceededStatus409
If this was an orderNever returned when buying
Send it again unchanged?No — change something first
.NET SDK
AnisApiExceptionWhat 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
- POSTReveal an invoice
/v1/wallets/{walletId}/invoices/{invoiceId}/cards/reveal
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"
}