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

Read more about the KYC Document object →

Submitting a KYC Document consists in updating the object Status from CREATED to VALIDATION_ASKED

Once submitted, MANGOPAY’s teams review the document and validate or reject it. This process takes on average 24 hours (on bank working days).

We recommend that you set up a hook for the following event types in order to be notified of the outcome:

  • KYC_SUCCEEDED
  • KYC_FAILED

Path parameters

UserId
string
required

The unique identifier of the user.

KycDocumentId
string

The unique identifier of the KYC Document.

Body parameters

Status
string

Allowed values: VALIDATION_ASKED

The status of the document:

  • CREATED – The document is created, but not yet submitted to Mangopay.
  • VALIDATION_ASKED – The document is submitted to Mangopay for validation.
  • VALIDATED – The document is validated by Mangopay’s teams.
  • REFUSED – The document is rejected by Mangopay’s teams and a new KYC Document object needs to be created to resubmit it. You can learn more about the reason why it was refused in the RefusedReasonType parameter.
  • OUT_OF_DATE – The document is downgraded and a new KYC Document object needs to be created to resubmit it.

Responses