Skip to main content

Transaction Sets

One inbound endpoint auto-detects the syntax: X12 interchanges (ISA) are acknowledged with a 997, EDIFACT interchanges (UNA/UNB) with a CONTRL.

X12

EDIFACT

Inbound EDIFACT arrives on the same POST /v1/edi/inbound endpoint as X12 β€” the syntax is detected from the envelope.

Outbound endpoints

Each outbound set takes StateSet-shaped JSON and returns enveloped wire format:

Validation and debugging

Before sending anything live, dry-run it: A guide violation produces a 997 with an R rather than a silent accept. An invalid envelope produces a TA1 rejection. Nothing is ever consumed silently.
  • Transports β€” how documents arrive and leave
  • Operations β€” reconciliation, evidence, deductions
  • MCP server β€” drive these flows from an agent