Authorizations
JWT token obtained from /v1/requestToken endpoint
Body
File path to the invoice document to validate. Can be from a manually uploaded invoice (parseInvoice endpoint) or from an invoice retrieved via Supplier Integration endpoints.
"accounts/123456789/invoices/INV2024001.pdf"
Optional user-provided consumption data to validate against the invoice
Response
Validation completed - may return passed, failed, or pending status
File path to the validated invoice document
Validation status - passed means all validations succeeded, failed means discrepancies were found, pending means validation could not be completed (e.g., missing contract data)
passed
, failed
, pending
Array of validation errors found. Empty array indicates validation passed.