---
title: "Verify Card"
method: PATCH
path: "/card_accounts/{id}/verify"
tags: ["Card Accounts"]
---

# Verify Card

`PATCH /card_accounts/{id}/verify`

Where pre-authorization is enabled on a platform, verifies a **Card Account** when a **Card Account** is successfully verified, its verification status is `verified`.

## Path parameters

- `id` string, required

## Request body

- CardAccountVerifyRequestBody
  - `cvv` string — CVV / CVC

## Response `200`

OK

- CardAccount
  - `card_accounts` object
    - `active` boolean
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `id` string, uuid
    - `currency` string
    - `cvv_verified` boolean
    - `verification_status` 'verified' | 'not_verified'
    - `card` object
      - `type` string
      - `full_name` string
      - `number` string
      - `expiry_month` string
      - `expiry_year` string
    - `links` object
      - `self` string
      - `users` string

---

[API](https://skmtc.net/hellozai/apis/assembly-api.md) · [All operations](https://skmtc.net/hellozai/apis/assembly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellozai/assembly-api/revisions/60b528b2e015/schema)
