# Card

This endpoint allows you to manage customer cards, including retrieving lists and details of cards, and deleting cards.

## List all cards

 - [GET /card](https://docs.xmoney.com/api/reference/card/list-all-cards.md): Retrieve a list of cards for a specific customer.

## Retrieve a card

 - [GET /card/{id}](https://docs.xmoney.com/api/reference/card/retrieve-a-card.md): Retrieve details of a specific card.

## Delete a card

 - [DELETE /card/{id}](https://docs.xmoney.com/api/reference/card/delete-a-card.md): Delete a specific card.

