---
title: "Get VC data by token"
method: GET
path: "/v2/session/card/token/{token}"
tags: ["Virtual"]
---

# Get VC data by token

`GET /v2/session/card/token/{token}`

You can use this endpoint to request card data with the checkout card token. The card token is temporary and only available for a limited time. This endpoint is only needed when a card session is created with a card response format of token.

## Path parameters

- `token` string, required

## Response `200`

Successful Operation

- object
  - `cvv_number` string — Sezzle Virtual Card security code
  - `expiration_date` string, date-time — The expiration date of the virtual card
  - `first_name` string — Customer's first name
  - `last_name` string — Customer's last name
  - `pan` string — The 16-digit virtual card number

## Other responses

- `400` — Invalid request
- `401` — Unauthorized. Returned for any failed bearer or basic auth, including expired bearer tokens.
- `404` — The specified resource was not found
- `422` — Unable to process the request entity

---

[API](https://skmtc.dev/sezzle/apis/sezzle-api-v2.md) · [All operations](https://skmtc.dev/sezzle/apis/sezzle-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sezzle/sezzle-api-v2/revisions/878c32abbb37/schema)
