> ## Documentation Index
> Fetch the complete documentation index at: https://gobl-regime-code.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Card

Card contains simplified card holder data as a reference for the customer.

## Schema ID

`https://gobl.org/draft-0/pay/instructions#/$defs/Card`

## Properties

| Title       | Property | Type   | Req. | Description                                                |
| ----------- | -------- | ------ | ---- | ---------------------------------------------------------- |
| First 6     | `first6` | string |      | First 6 digits of the card's Primary Account Number (PAN). |
| Last 4      | `last4`  | string |      | Last 4 digits of the card's Primary Account Number (PAN).  |
| Holder Name | `holder` | string |      | Name of the person whom the card belongs to.               |
