The KYC events API will allow a partner to receive a notification whenever an event occurs in relation to a user's KYC details
kyc.updated
events will include either a KYC pass or fail, and upon a failure Partners should be sure to capture the payload.current.errors
to identify why a user's KYC failed. The kyc.updated
events will contain a current
and previous
object that provides detail on what has changed.
Event Name | Event Type | Description |
---|---|---|
KYC Created | kyc.created | A user's KYC details have been created based upon information sent via the POST /users endpoint |
KYC Updated | kyc.updated | User's KYC details have been updated, can either be a pass or fail. If fail contains reason why. |