3-way match
Invoice vs purchase order vs receipt → matched, partial, or mismatched, with every discrepancy flagged and sized.
POST/v1/po-match
The example in the published schema
charged 00 credits
- auth (bearer key)
- per-key throttle
- validate body
- balance precheck
- run the capability
- charge credits ON SUCCESS ONLY
- JSON
The request body/v1/po-match
{ "invoice": "{…/v1/invoice output…}", "purchaseOrder": "PO-88: 12x Widget A @ $95, ship to Columbus", "receipt": "GRN: 12 Widget A received 2026-06-28" }
The responsepublished example
// sending the call
// 0 credits charged so farcurl https://api.thecompound.tech/v1/po-match \
-H "Authorization: Bearer $COMPOUND_API_KEY" \
-H "Content-Type: application/json" \
-d '{"invoice":"{…/v1/invoice output…}","purchaseOrder":"PO-88: 12x Widget A @ $95, ship to Columbus","receipt":"GRN: 12 Widget A received 2026-06-28"}'Scored
6 of 6 field checks passed when the eval suite last ran against production, on 2026-07-08. Every endpoint's score
The Commerce & ops guide has this endpoint with its example response. The reference has every parameter.
More from Commerce & ops
Chargeback representment $0.15/disputeDispute details → a representment narrative, an evidence checklist, the right reason code, and a win-likelihood.Collections sequence $0.08/sequenceAn overdue invoice → a ready-to-send collection sequence, escalating at the right pace and tone for how late it is.Quote builder $0.08/quoteA job description plus your rates → an itemized, professional quote with assumptions and scope notes spelled out.Fraud triage $0.06/checkAn order or transaction in context → a risk score, the signals driving it, and the checks worth running before you ship.