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

Read more about the KYC Document object →

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:

Path parameters

UserId
string
required

The unique identifier of the user.

KycDocumentId
string
required

The unique identifier of the KYC Document.

Body parameters

File
string
required

Format: Base64 encoded file

The encoded file of the document page.

Responses