---
title: "GET /api/payment-cards/{cardId}/sensitive-details"
method: GET
path: "/api/payment-cards/{cardId}/sensitive-details"
tags: ["ApiPaymentCards"]
---

# GET /api/payment-cards/{cardId}/sensitive-details

`GET /api/payment-cards/{cardId}/sensitive-details`

## Path parameters

- `cardId` string, uuid, required

## Response `200`

Success

- PaymentCardSensitiveDetailsDto
  - `cardId` string, uuid
  - `number` string, nullable
  - `cvv` string, nullable
  - `expiryDate` string, nullable

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.dev/binibit/apis/webapp.md) · [All operations](https://skmtc.dev/binibit/apis/webapp/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binibit/webapp/revisions/975d0a2e9e7d/schema)
