---
title: "Initiate Standard KYB"
method: POST
path: "/v3/kyb/standard"
tags: ["KYB"]
---

# Initiate Standard KYB

`POST /v3/kyb/standard`

We collect necessary documents using a risk-based approach to ensure compliance. With our KYB endpoints, you can verify users during sign-up or later. Once verified, users can make or receive payments seamlessly. KYB is mandatory for fund senders. Using our API, you can directly KYB your users. The endpoint provides a URL for users to complete their KYB verification efficiently.

## Headers

- `MID` string, required

## Request body

- object
  - `userId` string, required
  - `uiEnabled` boolean — Optional. Set to true to generate a KYB verification link (kybUrl) for the user to complete verification via the hosted UI. Defaults to false.

## Response `200`

Standard KYB initiated successfully

- object
  - `status` string
  - `data` object
    - `userId` string
    - `kybUrl` string
    - `expiresIn` string

## Other responses

- `400` — Validation error or business rule violation
- `500` — Internal server error

---

[API](https://skmtc.net/transfi/apis/transfi-single-integrated-api.md) · [All operations](https://skmtc.net/transfi/apis/transfi-single-integrated-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfi/transfi-single-integrated-api/revisions/adb1b62e58cf/schema)
