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

# Card Management in Card Hierarchy Groups

## Endpoints

<CardGroup cols={2}>
  <Card title="Get Cards in Group" icon="arrow-right" href="/payment/api/card-management-in-card-hierarchy-groups/get-cards-in-group" horizontal>
    **GET** /v1/card-hierarchies/\{cardHierarchyId}/groups/\{groupId}/cards
  </Card>

  <Card title="Add Card to Group" icon="arrow-right" href="/payment/api/card-management-in-card-hierarchy-groups/add-card-to-group" horizontal>
    **POST** /v1/card-hierarchies/\{cardHierarchyId}/groups/\{groupId}/cards/\{cardId}
  </Card>

  <Card title="Delete Card from Group" icon="arrow-right" href="/payment/api/card-management-in-card-hierarchy-groups/delete-card-from-group" horizontal>
    **DELETE** /v1/card-hierarchies/\{cardHierarchyId}/groups/\{groupId}/cards/\{cardId}
  </Card>

  <Card title="Move Card to Another Group" icon="arrow-right" href="/payment/api/card-management-in-card-hierarchy-groups/move-card-to-another-group" horizontal>
    **POST** /v1/card-hierarchies/\{cardHierarchyId}/groups/\{groupId}/cards/\{cardId}/move
  </Card>

  <Card title="Bulk Add Cards to Group" icon="arrow-right" href="/payment/api/card-management-in-card-hierarchy-groups/bulk-add-cards-to-group" horizontal>
    **POST** /v1/card-hierarchies/\{cardHierarchyId}/groups/\{groupId}/cards/bulk
  </Card>

  <Card title="Bulk Delete Cards from Group" icon="arrow-right" href="/payment/api/card-management-in-card-hierarchy-groups/bulk-delete-cards-from-group" horizontal>
    **DELETE** /v1/card-hierarchies/\{cardHierarchyId}/groups/\{groupId}/cards/bulk
  </Card>

  <Card title="Bulk Move Cards to Another Group" icon="arrow-right" href="/payment/api/card-management-in-card-hierarchy-groups/bulk-move-cards-to-another-group" horizontal>
    **POST** /v1/card-hierarchies/\{cardHierarchyId}/groups/\{groupId}/cards/move/bulk
  </Card>
</CardGroup>
