Palm Biometrics & Verification Webhooks
An overview on the webhook requests and response schemas
Every palm biometric enrollment and re-authentication/verification flow delegates decisions to the configured webhook API end-point, this is where custom business logic and messages can be handled and returned as a response.
Standard Authsignal webhook verification should be considered. For more info, take a look at our webhook docs
Webhooks request event schema
The userId of the user performing the action
The action code being performed
A unique key representing the action
The time at which the user were authorized at in ISO 8601 format.
The outcome of the verification
The method of verification
Always has a mode attribute which determines the mode of the terminal. Values can be ENROLLMENT | ACCESS | PAYMENT
Note that a single terminal can perform registrations, access, and payment flows which will all occur through the same action and therefore the same webhook.
Webhooks response schema
Specifies if the webhook successfully verifies the user action after applying custom logic.
A message that is displayed on the terminal after successful verification.
A message that is displayed on the terminal after unsuccessful verification.
Was this page helpful?