> ## Documentation Index
> Fetch the complete documentation index at: https://docs.treasuryprime.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

The Card resource represents an actual debit card. Creating a new card resource causes the specified card to be issued to the associated account and user (cardholder). Physical cards will be delivered by mail while virtual cards will be issued entirely via the API.

### Limits

Due to the constraints of card network data and physically printed cards, there are some character limits on the name of the Person object and Address sub-object referenced when creating a card. These limits are not inherent to the Person object or Address sub-object, but may cause errors or truncation when issuing or mailing cards if values are too lengthy.

* Printed name (`first_name` + `last_name`): 21 character max length
* Shipping address `street_line_1`: 50 character max length
* Shipping address `street_line_2`: 50 character max length
* Shipping address `city`: 40 character max length
