---
title: "Pre-approve card issuance"
method: POST
path: "/api/v1/cards/pre-approve"
tags: ["Cards"]
---

# Pre-approve card issuance

`POST /api/v1/cards/pre-approve`

Check Wirex KYC prerequisites and return a verification URL if all required user fields are present.

## Headers

- `x-api-key` string, nullable

## Response `200`

Successful Response

- CardsPreApproveResponse — Pre-flight info for issuing Wirex cards.
  - `kycUrl` string, nullable
  - `kycStatus` 'not_started' | 'requested' | 'incorporating' | 'pending' | 'under_review' | 'in_review' | 'approved' | 'rejected' — KYC verification status.
  - `requirePhoneNumber` boolean
  - `requireAddress` boolean

## Other responses

- `422` — Validation Error

---

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