Back to Marketplace
auditPro Plan

Evidence Pack Generator

Generate audit-ready compliance certificates

<100ms

Response time

99.9%

Uptime SLA

EU

GDPR compliant

Overview

Create cryptographically signed Evidence Packs for every validated invoice. Perfect for audits, tax inspections, and compliance documentation.

Capabilities

PDF compliance certificates
Cryptographic signature
QR code verification
Tamper-proof hash
Batch generation
7-year retention available

Benefits

Audit-ready documentation
Prove compliance instantly
Reduce audit preparation time
Meet retention requirements

Quick Start

cURL
curl -X POST https://api.invoicenavigator.eu/v1/evidence-pack \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"xml": "<Invoice>...</Invoice>"}'
TypeScript
import { InvoiceNavigator } from '@invoice-navigator/sdk'

const client = new InvoiceNavigator({
  apiKey: process.env.INVOICE_NAV_API_KEY
})

const result = await client.evidence({
  xml: invoiceXml
})

console.log(result)

See the full API documentation for all options and parameters.

Supported Platforms

Get Started

  1. 1Sign up for free API key
  2. 2Install SDK or use REST API
  3. 3Start validating invoices
Get Free API Key

API Endpoints

/v1/evidence-pack/v1/evidence-pack/batch
View documentation

Pricing

This connector requires a Pro plan ($49/month) or higher.

View all plans

Need Help?

Our team is here to help you integrate.