# Get card number Retrieves card number, CVV, and expiration date of a card by ID. Endpoint: GET /v2/cards/{id}/pan Version: 1.0 Security: OAuth2 ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `id` (string, required) - `number` (string, required) - `cvv` (string, required) - `expiration_date` (object, 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. - `expiration_date.month` (integer, required) - `expiration_date.year` (integer, required) - `holder_name` (string, required)