---
title: "Risk overview (deprecated)"
description: "Legacy customer verification endpoints."
---

# Risk overview (deprecated)

These legacy risk endpoints are deprecated. Use the KYC API for new customer verification integrations.

<CardGroup cols={2}>
  <Card title="Use the KYC API" icon="shield" href="/api-reference/kyc/overview">
    Start new integrations with the supported KYC endpoints.
  </Card>
  <Card title="Browse legacy endpoints" icon="book" href="/api-reference/risk-deprecated/post-v1-risk-start-kyc">
    Review the deprecated operations when maintaining an existing integration.
  </Card>
</CardGroup>

## Migration map

Each legacy endpoint has a direct replacement in the KYC API:

| Deprecated endpoint | Replacement |
|---|---|
| [`POST /v1/risk/start-kyc`](/api-reference/risk-deprecated/post-v1-risk-start-kyc) | [`POST /v1/customers/kyc/start`](/api-reference/kyc/post-v1-customers-kyc-start) |
| [`POST /v1/risk/upload-document`](/api-reference/risk-deprecated/post-v1-risk-upload-document) | [`POST /v1/customers/kyc/upload-document`](/api-reference/kyc/post-v1-customers-kyc-upload-document) |
| [`POST /v1/risk/start-kyc-s2s`](/api-reference/risk-deprecated/post-v1-risk-start-kyc-s2s) | [`POST /v1/customers/kyc/start-s2s`](/api-reference/kyc/post-v1-customers-kyc-start-s2s) |

The replacement endpoints accept the same verification flows (hosted and server-to-server) with improved request and response shapes. See the [KYC overview](/api-reference/kyc/overview) for the full verification workflow.
