Callback Method Status
Event | description |
---|---|
Verification Cancelled | Request is cancelled by the user. This event occurs when end-user disagrees to terms and conditions before starting verifications or closes the verification modal. |
Enrolled | Request was valid and accepted after verification ,with request_type enroll. |
Authenticated | Request was valid and accepted after verification , with request_type authenticate . |
Declined | Request was valid and declined after verification ,with request_type enroll. |
Unauthenticated | Request was valid and declined after verification , with request_type authenticate. |
tip
In case of off-site verification, verification.accepted or verification.declined is returned in event when request is valid after verification. In case of verification.status.changed a callback is sent to notify a client that the verification status has been updated.