KYC documents
Create a KYC Document Page
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 beCREATED
- 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
requiredThe unique identifier of the user.
KycDocumentId
string
The unique identifier of the KYC Document.
Body parameters
File
string
requiredFormat: Base64 encoded file
The encoded file of the document page.
Responses
Was this page helpful?