---
title: "Link physical card to user"
method: POST
path: "/api/v1/cards/verify"
tags: ["Card Management"]
deprecated: true
---

# Link physical card to user

`POST /api/v1/cards/verify`

> **Deprecated.**

Verifies a card by decrypting PAN details and associating it with the authenticated user

## Request body

- object
  - `encryptedPan` string, required — Encrypted Primary Account Number
  - `encryptedKey` string, required — Encrypted key used for decryption
  - `iv` string, required — Initialization vector for decryption

## Response `200`

Successfully verified and associated the card

- object
  - `cardId` string, required — The unique identifier of the verified card

## Other responses

- `400` — Bad request - validation error or missing user data
- `401` — Unauthorized
- `404` — Card not found
- `422` — Card is in a state that prevents verification (e.g. void)
- `500` — Internal server error.

---

[API](https://skmtc.net/gnosispay/apis/gnosispay-api.md) · [All operations](https://skmtc.net/gnosispay/apis/gnosispay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gnosispay/gnosispay-api/versions/e0a09962c187/schema)
