Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mintlify/snippets/cards/issuing-cards.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading