Skip to main content

De-Register

De-Register ezto Pass allows you to unlink an NFC tag from a specific user, making the tag available for reassignment to another user.

Prerequisites

  • Download the ezto verify mobile app before proceeding with the flow.
  • Ensure the device has NFC capabilities.
  • Make sure you have an NFC tag available to complete the verification process.

How to Setup

1 Navigate to Workspace > Workflows, and click on the flow created for De-Register ezto Pass. If you need understanding in creating a workflow, refer to the step-by-step guide here.

2 Hover over the plus (+) symbol and select Workflow. From the list, click De-Register ezto Pass to add it.

 De-Register ezto Pass

3 Click on the newly added workflow, then select the General tab to customize your preferences.

General

Manage General

(*) Indicates an action to be mandatory.

NameDescription
Display Name*Set a name to the workflow for easy identification.
DescriptionSummarize the purpose and functionality of this workflow module.
EnableThis toggle is enabled by default. When enabled, the particular workflow module begins its execution. Conversely, if disabled, the workflow module remains inactive and won't proceed.
SkipAllows the user to skip this specific workflow module during execution. When selected, it provides an option to bypass the particular workflow without affecting other modules in the sequence.
RuleThis determines the criteria for triggering the particular workflow module. When the selected rule is evaluated, and is satisfied, the workflow proceeds as provided. If not, the workflow will not be executed. Note: If no rules are set, the workflow defaults to its standard action without any rule. For more information about the rules, refer here.

4 After you've configured everything needed, click on SAVE.

5 Proceed to attach the workflow to the relevant application for execution. Refer to the instructions on how to attach a workflow to an application here.

Expected Result

Based on the provided configuration, the information that will be fetched for De-Register ezto Pass includes the following parameters:

NameDescription
ezto_pass_de_registeredThis indicates whether ezto pass NFC de-registration has been completed. The value will be "True" if the registration is successfully completed and "False" if it is not.
ezto_pass_de_registered_atThis provides a timestamp, in Unix epoch format, indicating the exact time when the de-registration was completed. This allows you to know precisely when the registration event occurred.

The response received will include the accurate information mentioned above. Note that, the response values can vary depending on the specific workflow modules.

How it Works

1 Launch Postman or your preferred API tool and execute the flow by configuring the suitable Method, URL, and Body settings. If you're seeking guidance on how to perform these actions, see here.

2 Upon initiating the API call, a verification request will be sent to your configured Verification Way (Mobile) settings.

3 Based on the request, execute the flow in an incognito browser and follow the prompts to complete the verification process.

4 Begin by scanning the QR code with the ezto verify mobile app.

This depends on what you have configured for the mobile notification way, i.e, QR code or Push integration. To know the difference between QR code or Push, refer here.

ezto verify

5 Click on the Start button to begin de-registration.

Start

6 Hold the phone near the NFC tag to initiate the de-registration process.

Note that, for de-registering only a single scan of the NFC tag is needed.

Ready

7 The de-registration process will be completed if the provided data is valid, confirming that the NFC tag is unlinked from the correct registered user.

8 The response can differ depending on the chosen Verification Way and Notification Way configurations. To know more, see here.

9 Here is a sample response for De-Register ezto Pass:

{
"request_id": "c2194a83-1f35-413a-8462-cd10ff317763",
"workflow": "verification",
"user_id": "5599c9dc-8499-4160-a0a5-a2580f50aacd",
"ezto_pass_de_registered": "true",
"ezto_pass_de_registered_at": "1730722528"
}