KYCLevel
changes from REGULAR
to LIGHT
) immediately after.
An identity document can also be downgraded before it is validated, when it has only been submitted. In this case there is no change of verification level because the user was not verified before the downgrade.
FirstName
LastName
Birthday
Nationality
IDENTITY_PROOF
document changes to OUT_OF_DATE
if it was previously VALIDATED
or VALIDATION_ASKED
.
LegalRepresentativeFirstName
LegalRepresentativeLastName
LegalRepresentativeBirthday
LegalRepresentativeNationality
IDENTITY_PROOF
document changes to OUT_OF_DATE
if it was previously VALIDATED
or VALIDATION_ASKED
.
And the status of the following documents changes to OUT_OF_DATE
if it was previously VALIDATED
:
REGISTRATION_PROOF
ARTICLES_OF_ASSOCIATION
SHAREHOLDER_DECLARATION
UserCategory
parameter is mandatory but remains technically optional while platforms integrate it in their onboarding flows. If it is not supplied, or if the user was created before May 2022 when UserCategory
was introduced, then the user is categorized as Unknown.
If a user is Unknown, they will not be affected by the downgrade upon becoming an Owner. They will retain their KYCLevel
of REGULAR
regardless of the order in which the changes are made:
LegalPersonType
REGISTRATION_PROOF
document (only) changes to OUT_OF_DATE
if it was previously VALIDATED
.
This downgrade mechanism applies regardless of the initial and final values of LegalPersonType
.
KYC_OUTDATED
hook notifies you when a document status changes to OUT_OF_DATE
.
The notification is sent to your URL with the query parameter, EventType
, and date.
For example:
http://example.com?EventType=KYC_OUTDATED&RessourceId=157757171&Date=1670582750The
RessourceId
is the unique identifier of the KYC Document.
The GET View a KYC Document endpoint gives you the UserId
based on this KycDocumentId
:
USER_KYC_LIGHT
hook notifies you when a user’s KYCLevel
changes to LIGHT
, meaning that they are no longer verified.
The notification is sent to your URL with the query parameter, EventType
, and date.
For example:
https://www.example.com?EventType=USER_KYC_LIGHT&RessourceId=156671912&Date=1670582750The
RessourceId
is the unique identifier of the user.