Manage the periodic KYC refresh of an Identity on the Paxos Platform in an automated, compliant way.
last_kyc_refresh_date
, next_kyc_refresh_date
, etc.).identity.kyc_refresh.started
is received for your end user, prompt the user presenting their current KYC information indicating they should refresh their information if anything has changed, or continue without changes if everything is still accurate.
identity_id
specified in the request, setting the last_kyc_refresh_date
to the timestamp the user confirmed their information is still accurate.
If an end user refreshed their information, call update-identity as specified above, but also include any changes the end user has made to their information.
last_kyc_refresh_date
and no other changes is considered by Paxos to be confirmation
no information has changed, therefore a completed KYC refresh.
The next KYC refresh date will be updated accordingly (1-3 years from the provided last_kyc_refresh_date
).identity.kyc_refresh.completed
will be received for the end user in question.
created_at.gt
for each subsequent poll, fetching identity.kyc_refresh.started
events.
created_at.gt
for each subsequent poll, fetching identity.kyc_refresh.completed
events.
identity.kyc_refresh.expired
is received, it means Paxos did not receive an update-identity request in the designated window to complete the KYC refresh process (typically 30 days).
If this occurs, several outcomes could be experienced:
identity.kyc_refresh.started
event will be postedidentity.kyc_refresh.completed
event could experience a meaningful delay in being received.
last_kyc_refresh_date
to the known date in the past, and Paxos will accept this as the date KYC refresh was performed for the end user.
identity.kyc_refresh.started
to be triggered for the end user.