Approval Queue

Review and manage freight audit invoices

Total Audits
Pending
Overcharges Found
Fees Earned

Audit Queue

0
Loading audit data...

Contract Settings

Configure your audit rules and dispute behavior

Loading contract...

Active Contract

Max Fuel %
Billing Email
Dispute Mode
Created

How It Works

  • 1 Set your max fuel surcharge threshold
  • 2 Invoices are compared against contract terms
  • 3 Overcharges are detected and flagged automatically
  • 4 Disputes are sent based on your chosen mode

Email Ingestion

Forward carrier invoices directly

Coming Soon

Email-based invoice ingestion is under development. Use the API to submit invoices now.

API Ingestion

Programmatic invoice submission

API Token
••••••••••••••••••••••••••••••••
Submit invoices programmatically via the API:
cURL Example
# Submit invoice via API
curl -X POST https://edge77.app/v1/invoice/ingest \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "x-client-id: YOUR_CLIENT_ID" \
  -F "file=@invoice.pdf"