---
title: "Create a KYC Document Page"
method: POST
path: "/v2.01/{ClientId}/users/{UserId}/kyc/documents/{KycDocumentId}/pages"
tags: ["kycDocuments"]
---

# Create a KYC Document Page

`POST /v2.01/{ClientId}/users/{UserId}/kyc/documents/{KycDocumentId}/pages`

Upload a file to the KYC Document object

<Warning icon="fa-regular fa-triangle-exclamation">
**Caution – Legacy endpoints being superseded by the hosted KYC/KYB solution**

Mangopay's [hosted KYC/KYB solution](/guides/users/verification/hosted) is becoming mandatory for all platforms (relying on the [IDV Session](/api-reference/idv-sessions/idv-session-object) object). The legacy KYC Document endpoints remain available for the sole purposes of [sending additional documents](/guides/users/verification/hosted#sending-additional-documents), but this use case will also be handled by the hosted solution in future.
</Warning>

The KYC Document Page is a file attached to the KYC Document for Mangopay's teams to review.

You can upload up to 5 files to each KYC Document, and each upload requires a call to this endpoint. Each file can contain as many real-life pages as required.

To be able to upload a file using this endpoint:
- The corresponding KYC Document `Status` must be `CREATED`
- The `File` must be Base64 encoded and abide by the [format and size constraints](/guides/users/verification/documents/submission#file-constraints)

[Read more about the KYC Document object →](/api-reference/kyc-documents/kyc-document-object)

## Path parameters

- `ClientId` string, required
- `UserId` string, required
- `KycDocumentId` string, required

## Headers

- `Authorization` string, required

## Request body

- UploadAClientLogoRequest
  - `File` string, required — Format: Base64 encoded file The encoded file of the logo to upload.

## Response `200`

Success

- KycDocumentsCreateKycDocumentPageResponse200 — Empty response body

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/mangopay/apis/api-reference.md) · [All operations](https://skmtc.dev/mangopay/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mangopay/api-reference/revisions/956211a94070/schema)
