> ## 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.

# Card Object

> The Zeal object representing a worker's card used for Instant Pay transfers.

| attribute      | type   | description                                                                                                                                                                                                                                                                                                  |
| :------------- | :----- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `cardID`       | string | Zeal Card ID                                                                                                                                                                                                                                                                                                 |
| `companyID`    | string | Zeal Company ID                                                                                                                                                                                                                                                                                              |
| `employeeID`   | string | Zeal Employee ID                                                                                                                                                                                                                                                                                             |
| `contractorID` | string | Zeal Contractor ID                                                                                                                                                                                                                                                                                           |
| `status`       | string | Holds one of the following values:<br />`active`: card is successfully captured and can be used for transactions<br />`deleted`: card was manually removed or deactivated by the worker<br />`inactive`: card is no longer active due to failed onboarding, card expiration, or another system-related issue |

```json theme={null}
{
  "cardID": "3677d374ba54a7aca8aa644be4c94776",
  "companyID": "bf015b00e052f60cfb0e4a0d",
  "employeeID": "d210f054bf5b006f50aecbe0",
  "contractorID": null,
  "status": "active",
  "last_four": "0432"
}
```
