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.

To be able to create a KYC Document Page:

  • The corresponding KYC Document Status must be CREATED
  • The File must be Base64 encoded and abide by the format and size constraints.

Only 5 KYC Document Pages can be created for a KYC Document.

Path parameters

UserId
string
required

The unique identifier of the user.

KycDocumentId
string

The unique identifier of the KYC Document.

Body parameters

File
string
required

Format: Base64 encoded file

The encoded file of the document page.

Responses