From 9faa07d0e6c7db4aec455e9b428ba6dbabdbafe0 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 08:18:44 +0000 Subject: [PATCH] docs(cards): document CARD_LIMIT_REACHED error for card issuance Add the 409 CARD_LIMIT_REACHED error code to the "Errors to handle" table in the issuing cards documentation, syncing the guide with the schema change from #895. Co-Authored-By: Claude Opus 4.5 --- mintlify/snippets/cards/issuing-cards.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/mintlify/snippets/cards/issuing-cards.mdx b/mintlify/snippets/cards/issuing-cards.mdx index 823c32879..7b1dd49ab 100644 --- a/mintlify/snippets/cards/issuing-cards.mdx +++ b/mintlify/snippets/cards/issuing-cards.mdx @@ -101,6 +101,7 @@ URL. Every reveal is audit-logged. | 400 | `CARDHOLDER_KYC_NOT_APPROVED` | Cardholder is not `kycStatus: APPROVED`. Drive KYC to completion before retrying. | | 400 | `FUNDING_SOURCE_INELIGIBLE` | The supplied internal account doesn't belong to the cardholder or isn't denominated in a card-eligible currency. | | 400 | `INVALID_INPUT` | Validation failure on the request body. | +| 409 | `CARD_LIMIT_REACHED` | The platform has reached its maximum number of live cards, or the cardholder already holds a card and the platform is limited to one per cardholder. Close a card to free a slot, or contact Lightspark to raise the limit. | ## Changing funding sources later