---
title: "Upload ID photos"
method: POST
path: "/payout/user/{user_token}/kyc/id"
tags: ["KYC"]
---

# Upload ID photos

`POST /payout/user/{user_token}/kyc/id`

Upload IDs for the provided user. This is an optional endpoint if the images are captured through means other than the link that is generated in the attributes.

## Request body

- IDUpload[]
  - `type` 'face' | 'document-front' | 'document-back', required — The type of image being uploaded
  - `content` string, required — Base64 encoded image (png|jpg|jpeg). Maximum total images size is 10MB

## Response `200`

OK

- object, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `504` — Gateway Timeout

---

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