POST
/
v2.01
/
{ClientId}
/
users
/
{UserId}
/
kyc
/
documents
{
    "Tag": "Created using MANGOPAY API Collection Postman",
    "Type": "IDENTITY_PROOF"
}  
{
    "Type": "IDENTITY_PROOF",
    "UserId": "user_m_01J8J0Y9DPNYRA9RB532CCND9Q",
    "Flags": [],
    "Id": "kyc_01JA5M2N33ENJHWVPQXVJ6Q51P",
    "Tag": "Created using Mangopay API Postman Collection",
    "CreationDate": 1728913167,
    "ProcessedDate": null,
    "Status": "CREATED",
    "RefusedReasonType": null,
    "RefusedReasonMessage": null
}  

Read more about the KYC Document object →

Path parameters

UserId
string
required

The unique identifier of the user.

Body parameters

Type
string
required

Allowed values: IDENTITY_PROOF, REGISTRATION_PROOF, ARTICLES_OF_ASSOCIATION, SHAREHOLDER_DECLARATION, ADDRESS_PROOF

The type of the document for the user verification.

Tag
string

Max. length: 255 characters

Custom data that you can add to this object.

Responses

{
    "Type": "IDENTITY_PROOF",
    "UserId": "user_m_01J8J0Y9DPNYRA9RB532CCND9Q",
    "Flags": [],
    "Id": "kyc_01JA5M2N33ENJHWVPQXVJ6Q51P",
    "Tag": "Created using Mangopay API Postman Collection",
    "CreationDate": 1728913167,
    "ProcessedDate": null,
    "Status": "CREATED",
    "RefusedReasonType": null,
    "RefusedReasonMessage": null
}  
{
    "Tag": "Created using MANGOPAY API Collection Postman",
    "Type": "IDENTITY_PROOF"
}