Webhooks request event schema
string
The userId of the user performing the action
string
The action code being performed
string
A unique key representing the action
string
The time at which the user were authorized at in ISO 8601 format.
string
The outcome of the verification
string
The method of verification
object
Always has a mode attribute which determines the mode of the terminal. Values can be ENROLLMENT | ACCESS | PAYMENT
Webhooks response schema
boolean
required
Specifies if the webhook successfully verifies the user action after applying custom logic.
string
A message that is displayed on the terminal after successful verification.
string
A message that is displayed on the terminal after unsuccessful verification.

