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

# Paycard Object

> Attributes of the Paycard object, including status and type values.

| attribute    | type   | description                                                       |
| ------------ | ------ | ----------------------------------------------------------------- |
| paycardID    | string | Zeal Paycard ID                                                   |
| companyID    | string | Zeal Company ID                                                   |
| employeeID   | string | Zeal Employee ID                                                  |
| contractorID | string | Zeal Contractor ID                                                |
| status       | string | Holds one of the following values:`active``suspended``terminated` |
| type         | string | Holds one of the following values:`virtual``physical`             |

<CodeGroup>
  ```bash bash theme={null}
  {
    "paycardID": "f15b00a4bce0e60d52bf0f0a",
    "companyID": "bf015b00e052f60cfb0e4a0d",
    "employeeID": "d210f054bf5b006f50aecbe0",
    "contractorID": null,
    "status": "active",
    "card_type": "virtual",
  }
  ```
</CodeGroup>
