Verification API
The Verification API allows you to programmatically verify the authenticity of documents (Invoices and Quotes) generated by our system.
How it Works
Every document contains a unique secure ID or a QR code that points to our verification portal.
Verification Flow
- User scans QR code or enters the document ID on the portal.
- System fetches the original record from the secure database.
- Integrity check: The system ensures no tampering has occurred.
- Result displayed: A "Verified" badge confirms authenticity.
API Endpoint (Internal)
bash
Returns document metadata and verification status.
Security Features
- Tamper-Evident: Any change to the PDF metadata will invalidate the verification.
- Direct DB Link: Always matches the latest state in our secure cloud.
