Skip to main content

Callback Method Status

Eventdescription
Verification CancelledRequest is cancelled by the user. This event occurs when end-user disagrees to terms and conditions before starting verifications or closes the verification modal.
EnrolledRequest was valid and accepted after verification ,with request_type enroll.
AuthenticatedRequest was valid and accepted after verification , with request_type authenticate .
DeclinedRequest was valid and declined after verification ,with request_type enroll.
UnauthenticatedRequest 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.