# Card lifecycle and statuses
The following graphic shows the card lifecycle and statuses for nominal (physical - plastic or metal) cards, noname cards, and reissued cards. Card termination statuses are on the right.
| Enum | Type | Description |
|---|---|---|
| CREATED | Initial | Created in the system. |
| UNBOUND | Initial | Noname card not yet assigned to customer. |
| NORMAL | Active | Active and eligible for transactions. Default for virtual cards. The transition from `CREATED` to `NORMAL` is for physical cards and can **only** be done through the [Activate physical card](https://developers.pismo.io/pismo-docs/reference/put-v1-card-activate) |
| REISSUED | Active | Card has been [reissued](https://developers.pismo.io/pismo-docs/reference/post-v1-card-reissue). |
| UNNUMBERED | Initial | Card created without a PAN or a PIN that the issuer needs to define. Once the PAN is defined for a nominal card, the card's status becomes `CREATED`, for a noname card, its status becomes `UNBOUND` |
| BLOCKED | Temporary\ block | Temporarily blocked until further status changes. A card could be blocked, for example, if the cardholder has exceeded their allowed tries to enter a password. You can reset this for a cardholder with the [Reset password try count](https://developers.pismo.io/pismo-docs/reference/post-v2-card-password-reset) endpoint. |
| PENDING | Temporary\ block | Created and is pending until further processing, such as account verification. Until then, transactions are disabled. |
| WARNING | Temporary\ block | A general alert flag is set and transactions are disabled. After investigation, it could, typically, transition to `FRAUD` or revert back to \`\`NORMAL\`. |
| INOPERATIVE | Maybe permanent | Applies to physical, virtual, or temporary cards whose defined validity period has been exceeded. For more information, refer to [Configuring temporary cards](https://developers.pismo.io/pismo-docs/docs/cards-overview-1#configuring-temporary-cards) and [Custom expiration for virtual and physical cards](https://developers.pismo.io/pismo-docs/docs/cards-overview-1#custom-expiration-for-virtual-and-physical-cards) |
| LOST | Terminated | Reported lost |
| ROBBED | Terminated | Reported stolen |
| EXPIRED | Terminated | Card date expiration reached. While card transactions are denied when this date is reached, it is the card issuer's responsibility to [update the status.](https://developers.pismo.io/pismo-docs/reference/put-v1-card-status) |
| DAMAGED | Terminated | Damaged |
| FRAUD | Terminated | Suspected fraud |
| CANCELED | Terminated | Canceled |
| DELETED | Terminated | Deleted |
| BROKEN | Terminated | No longer physically usable |
| THEFT | Terminated | Stolen |
| DEFECT | Terminated | Has defect |