Documentation
API documentation.
Every endpoint, every header, every error code. Plain JSON schemas, curl examples, idempotency notes, rate limits. The OpenAPI spec is at docs.iso-compliant.com/openapi.yaml for code-gen consumers.
Get started
ISO 20022 generation
POST /v1/iso20022/pain.001
Build a deterministic pain.001 credit transfer initiation. Structured-address enforced under post-mandate rulesets.
POST /v1/iso20022/pain.001
POST /v1/iso20022/pain.008
Build a deterministic pain.008 direct debit initiation. CORE / B2B, sequence-type enforcement, mandate metadata.
POST /v1/iso20022/pain.008
Inbound reconciliation
POST /v1/iso20022/camt.053/parse
Parse a camt.053 (or camt.054) statement and emit candidate reconciliation keys per entry.
POST /v1/iso20022/camt.053/parse
POST /v1/iso20022/pain.002/parse
Parse a pain.002 status report and classify each rejected item as auto-retryable, HITL-required, or final.
POST /v1/iso20022/pain.002/parse
POST /v1/reconcile
Match the candidates from a camt.053 parse against your expected-payments list. The closed-loop step.
POST /v1/reconcile
Swiss QR-bill
Validators
Audit + distribution
POST /v1/evidence/export
Bundle audit-log entries + document sha256 attestations + compliance-doc inventory into a tamper-evident R2 export.
POST /v1/evidence/export
MCP server
The @iso-compliant/mcp-server distribution wedge for IDE / agent integration. stdio + HTTP+SSE transports.
POST mcp.iso-compliant.com