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

# Get Card

> Endpoints for fetching a card

## Endpoints

<CardGroup cols={2}>
  <Card title="Get card" icon="arrow-right" href="/payment/api/get-card/get-card" horizontal>
    **GET** /v4/\{id}
  </Card>

  <Card title="Get card using card number (PAN)" icon="arrow-right" href="/payment/api/get-card/get-card-using-card-number-pan" horizontal>
    **POST** /v4/card/cardnumber
  </Card>

  <Card title="Get card using reference number" icon="arrow-right" href="/payment/api/get-card/get-card-using-reference-number" horizontal>
    **GET** /v4/reference/\{refNumber}
  </Card>

  <Card title="Get cards given customerId" icon="arrow-right" href="/payment/api/get-card/get-cards-given-customerid" horizontal>
    **GET** /v4/customer/\{customerId}
  </Card>

  <Card title="Get cards given accountId" icon="arrow-right" href="/payment/api/get-card/get-cards-given-accountid" horizontal>
    **GET** /v4/account/\{accountId}
  </Card>

  <Card title="Get Card Payment Info" icon="arrow-right" href="/payment/api/get-card/get-card-payment-info" horizontal>
    **POST** /v3/\{id}/encryptcardpaymentinfo
  </Card>

  <Card title="Initiate card data retrieval" icon="arrow-right" href="/payment/api/get-card/initiate-card-data-retrieval" horizontal>
    **POST** /v4/card/\{cardId}/controlToken
  </Card>

  <Card title="Get cards given customerId (Deprecated)" icon="arrow-right" href="/payment/api/get-card/get-cards-given-customerid-1" horizontal>
    **GET** /v3/customer/\{customerId}
  </Card>

  <Card title="Get cards given accountId (Deprecated)" icon="arrow-right" href="/payment/api/get-card/get-cards-given-accountid-1" horizontal>
    **GET** /v3/account/\{accountId}
  </Card>

  <Card title="Get card (Deprecated)" icon="arrow-right" href="/payment/api/get-card/get-card-1" horizontal>
    **GET** /v3/\{id}
  </Card>
</CardGroup>
