---
title: "Get card number"
method: GET
path: "/v2/cards/{id}/pan"
tags: ["Cards"]
---

# Get card number

`GET /v2/cards/{id}/pan`

Retrieves card number, CVV, and expiration date of a card by ID.

## Path parameters

- `id` string, required

## Response `200`

getCardNumber 200 response

- CardNumberResponse — Card number, CVV, and expiration date of a card.
  - `id` string, required
  - `number` string, required
  - `cvv` string, required
  - `expiration_date` CardExpiration, required — Card expiration year and month. Cards expire on the last day of the expiration month. The expiration date is in UTC for cards starting with 555671, 428803 and 485932. And the expiration date is in PST for cards starting with 511572.
    - `month` integer, required
    - `year` integer, required
  - `holder_name` string, required

---

[API](https://skmtc.net/brex-com/apis/team-api.md) · [All operations](https://skmtc.net/brex-com/apis/team-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brex-com/team-api/revisions/58e231ca118e/schema)
