---
title: "Get card details"
method: POST
path: "/api/v1/cards/{cardId}/details"
tags: ["Cards/Details"]
---

# Get card details

`POST /api/v1/cards/{cardId}/details`

Retrieves card PAN and expiry date using the action confirmation token generated using the **Confirmation** flow

## Path parameters

- `cardId` string, required

## Response `200`

OK

- ResponseCardDetailsPanExpiryResponse
  - `card_number` string, required — PAN (Primary Account Number) of the card
  - `expiry_date` string, required — Expiry date of the card

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/wirexapp/apis/wirex-baas-api.md) · [All operations](https://skmtc.dev/wirexapp/apis/wirex-baas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wirexapp/wirex-baas-api/revisions/b95a180790b1/schema)
