> For the complete documentation index, see [llms.txt](https://docs.cardspro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cardspro.com/api/kyc.md).

# KYC

Base URL: /cardspro/cards/v1

#### Endpoints Summary

<table><thead><tr><th width="88.111083984375">Method</th><th width="384.1112060546875">Endpoint</th><th>Description</th></tr></thead><tbody><tr><td>POST</td><td><a href="/api/kyc/initiate-new-kyc.md"><code>/kyc/start</code></a></td><td>Initiates a new KYC process</td></tr><tr><td>GET</td><td><a href="/api/kyc/query-kyc-status.md"><code>/kyc/status/{kycExternalUserId}/{sort}</code></a></td><td>Get current status of a KYC</td></tr><tr><td>GET</td><td><a href="/api/kyc/query-kyc-status.md"><code>/kyc/status-by-uuid/{uuid}</code></a></td><td>Get current status of a KYC</td></tr><tr><td>POST</td><td><a href="/api/kyc/fill-kyc-data.md"> <code>/kyc/set-data/{uuid}</code></a></td><td>Fills basic data for KYC</td></tr><tr><td>POST</td><td><a href="/api/kyc/add-kyc-picture.md"><code>/kyc/set-picture/{uuid}/{type}</code></a></td><td>Attaches a picture to KYC</td></tr><tr><td>POST</td><td><a href="/api/kyc/send-kyc-for-verification.md"><code>/kyc/confirm/{uuid}</code></a></td><td>Sends filled KYC for verification.</td></tr></tbody></table>
