Validate OTP Node

The validate OTP node enables you to validate the OTP settings. While configuring this node, you need to specify the same settings, which you have configured in the generate OTP node.

174

Validate OTP Node

Node Configuration

Double-click the node to open the configuration window where you can specify the various parameters required for validating an OTP. Perform the following steps to configure the node:

  1. Enter the variable name that contains the OTP entered by the user.
  2. Provide the prefix and/or suffix of the OTP, if any in the OTP Format field. You need to enter these values only if you have preceded or succeeded in the OTP with any text. The node strips these values from the OTP before validation.
  3. Enter the Transaction Reference. The node verifies the OTP obtained in step 1 against this transaction reference.
  4. Provide a URL in the Notify URL field. This is the URL to which the node sends a success or failure notification. This is optional.
  5. Enter a keyword to look for within the OTP input variable in the Resend OTP Command field. This is optional. The node looks for a match with this keyword within the OTP while validating it.
  6. Enter the Extra Parameters (the key-value pairs that were set in the generate OTP node) in the form of Parameter and Value. This is optional. Repeat this step to add multiple parameters.

    🚧

    Validate OTP

    Please note that if the service key is regenerated in between a session, the OTP nodes will fail for the older or existing sessions.

946

Validate OTP Configuration

Input Variables

You can see a list of all the flow variables available for use within this node under the Input Variables pane. You can also search for a variable using the Search field.

You can see the list of variables that you explicitly create and configure for this node under the Custom Variables pane. You can also add a custom variable to the flow using the Add New Custom Variable button. For more information, see Custom Variables.

319

Input and Custom Variables

Output Variables

This node does not have any standard output variables.

Node Outcomes

You can see the list of possible node outcomes for this node under this pane. You can customize the node labels using the Edit (pencil) icon. The node exits through one of the node edges corresponding to the outcome of the node.

Node EdgeNode Event/Outcome
Success (green)* onSuccess - the flow exits through this node outcome when the OTP is successfully verified.
Error (red)* onError - the flow exits through this node outcome when the validation fails due to invalid input.
* onFail - the flow exits through this node outcome when the validation fails due to incorrect OTP.

Transition Actions

Use this tab to configure the transition actions for On-enter/On-leave events. However, configuring transition actions is optional. For detailed instructions about configuring the transition actions, see Node Transition Actions.