Skip to main content
PassEntry supports validating passes at physical locations using NFC or barcodes, for use cases such as event access, membership verification, ticketing and loyalty check-ins. By default, PassEntry validates scans internally. With third-party validation, each scan is sent to your own system, allowing you to apply custom business logic, control reader responses and optionally update loyalty balances as part of the same validation flow.

What is Third-Party Validation?

With third-party validation, your system takes full control over how passes are validated. Instead of PassEntry checking pass validity, every scan is sent to your own endpoint, where you decide the logic.

PassEntry Internal vs. Third-Party Validation

When to Use Third-Party Validation

Use third-party validation when you need full control over validation logic, such as enforcing custom access rules, validating external identifier or updating loyalty balances based on business-specific conditions. If you do not need custom logic, PassEntry’s default validation is recommended as it requires no setup and works out of the box.

How to Enable Third-Party Validation

To start using third-party validation, follow these simple steps:

1. Ensure You Have a Reader Set Up

Third-party validation is currently supported only on PassEntry readers. If you haven’t set up a reader yet, follow this guide to do so.

2. Update Your Reader Configuration

  1. Go to PassEntry DashboardReadersReader Configuration.
  2. Find the Validation Settings section.
  3. Change the validation type to Third-Party.
  4. Enter an HTTPS URL of your third-party validation endpoint (this is where PassEntry will send scans for validation).
  5. Include a Bearer token (this is a token that the reader will send to your endpoint to authenticate itself).
Validation Settings

3. Apply Changes & Activate Third-Party Validation

  • Once you update the settings, the PassEntry reader will log out automatically and VTAP reader’s configuration will be automatically updated.
  • On the next login/reboot, it will use the new validation settings, sending all scans to your third-party endpoint.
  • After validation, scans will still be logged in PassEntry for tracking and reporting (only on PassEntry readers).
Third-Party Logs

How It Works

  1. A pass is scanned using a PassEntry reader or VTAP reader (via NFC or barcode).
  2. Instead of PassEntry validating the pass, the scan is sent to your third-party endpoint.
  3. Your system processes the validation using custom business logic.
  4. The reader receives a response from your system and displays any necessary instructions (e.g., “Access Granted” or “Invalid Ticket”).
  5. The scan is logged in PassEntry for visibility and reporting (only on PassEntry readers).

Third-Party Endpoint Structure

Your custom validation endpoint must be able to receive scan data and respond with validation results.

Reader Request Format

PassEntry Reader

object

VTAP Reader

object

Your Endpoint Response Format

PassEntry Reader

object

VTAP Reader

object
For more information on VTAP actions, see the VTAP API documentation.