Verify Pin
Node Card
Category: PIN Nodes
Success message: PIN verified successfully.
Typical position: After a Pin Input node collecting the user's PIN, before granting access or proceeding to the next step.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| Error Handling | custommultiselect | All errors set to automatic | Lets you override the default message shown to users for each error code. Setting a custom message activates that error code as a named output edge on the canvas. |
| Output / Code | Condition | Default message |
|---|---|---|
true | PIN verified successfully | NA |
false | PIN verification failed (catch-all for unhandled errors) | NA |
4007 | The user account was not found | User does not exist |
4061 | The user does not have a PIN configured | PIN is not available |
tip
Error edges only appear on the canvas when you explicitly select them in the Error Handling property. An unselected error code falls through to the false output.
Use this node in PIN-based login or step-up authentication flows after collecting the PIN via a Pin Input node. Handle 4061 explicitly to redirect users who have not yet set up a PIN to the PIN setup flow.