---
title: "Invoice too large to reveal — Anis Developers"
description: "Revealing a whole invoice is limited to 100 cards, and this invoice has more."
url: https://developers.anis.ly/errors/invoice-reveal-limit-exceeded/
language: en
---

> Every page of this documentation: https://developers.anis.ly/llms.txt

[Error codes](https://developers.anis.ly/errors.md) · Revealing cards

# Invoice too large to reveal

- **Code:** `invoice_reveal_limit_exceeded`
- **Status:** 409
- **If this was an order:** Never returned when buying
- **Send it again unchanged?** No — change something first
- **.NET SDK:** `AnisApiException`

## 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

- POST [Reveal an invoice](https://developers.anis.ly/reference/reveal-invoice.md) `/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"
}
```
