Issuing Authorities White Label Verifier User Guide
On this page
Overview
The White Label Verified module allows Issuing Authorities (IA) to embed a custom document verification widget directly into their own website.
This feature enables organizations to:
- Provide branded verification experience
- Redirect newly issued documents to their own verifier page
- Track verification usage
- Maintain control over user verification flow
Once configured, all future document issuances will automatically redirect to the configured Custom Verifier URL.
IA Credentials
This section displays your organization’s verifier credentials.
IA Number
Example:
STAGE-AA-000000
- Unique identifier assigned to your Issuing Authority
- Used internally for verifier configuration
Access Token
Example:
1234567890acbdefghijklmnopqrstuvwxyz
- Unique secure token
- Required for embedding the verifier
- Must be kept confidential
⚠️ Do not publicly expose your Access Token outside of the intended HTML embed.
Embedding the Custom Verifier
To activate White Label verification, you must embed the provided iFrame code into your website.
iFrame Code Snippet
Insert the following code into your website’s HTML file:
<html>
<head>
<metaname="viewport"content="width=device-width, initial-scale=1.0">
</head>
<body>
<scriptsrc="<https://verified.filpass.ph/static/customverifier.js>"></script>
<divstyle="display:flex; justify-content:center; align-items:center; width:100%;">
<filpass-verifierwidth="80%"accessToken="YOUR_ACCESS_TOKEN"></filpass-verifier>
</div>
</body>
</html>
Important:
- Replace
YOUR_ACCESS_TOKENwith your actual Access Token - Ensure the script source remains unchanged
- Host this page securely using HTTPS
Platform Compatibility
⚠️ Currently not compatible with:
- Joomla
- Wix
These platforms restrict custom script embedding required for the verifier.
For best results, use:
- Custom HTML websites
- WordPress (with HTML/script access)
- Developer-managed hosting
Active Verifier Section
Displays the currently active verification URL.
Example:
- URL: https://opencerts.io/
- Added On: (Date)
- Total Verification Views: (Count)
This section shows:
- The live verification page used for new issuances
- Date it was activated
- Total number of verification views
If a Custom Verifier is active, all new issuances will redirect to this URL.
Verifier History
The History section lists previously used verifiers.
Columns include:
- URL
- Added On
- Total Verification Views
This provides:
- Audit tracking
- Historical redirection records
- Usage monitoring
Frequently Asked Questions (FAQ)
What is a Custom Verifier?
A Custom Verifier is a verification system tailored to your organization, embedded directly into your website to validate issued documents.
What does a Custom Verifier do?
It verifies the authenticity of:
- Digital certificates
- Government-issued documents
- Identity documents
- Official credentials
The verifier scans and validates document integrity, detecting possible tampering or forgery.
Why is a Custom Verifier important?
It:
- Strengthens fraud prevention
- Protects sensitive data
- Enhances brand trust
- Provides seamless verification experience
- Maintains organizational control over document validation
How do I set up a Custom Verifier?
Step-by-step process:
- Set up the iFrame code snippet on your website
- Copy the webpage URL
- In White Label Verified settings, select Custom
- Paste the webpage URL
- Click Submit
- Wait for confirmation
After activation, all new issuances will automatically redirect to your Custom Verifier.

