invoice.compliance_issue
Constanza detected an invoice compliance issue (missing/invalid RFC, duplicate, format error) — routed back to the source app for review.
Senders
constanza
Receivers
caracolcomalcosmos-pethojamadrigueramanchaplenura
Data schema
Each field maps to a type hint. | null indicates an optional field.
json
{
"invoiceId": "string",
"invoiceUUID": "string (optional)",
"sourceApp": "string",
"issueType": "string (missing_rfc|invalid_rfc|duplicate|format_error)",
"description": "string",
"originalTransaction": "object (optional)",
"severity": "string (warning)",
"actionRequired": "string"
}Example payload
The following is a synthetic payload that matches the schema. Production payloads are signed with HMAC-SHA256 and delivered to each receiver's registered webhook endpoint.
json
{
"invoiceId": "example-invoiceId",
"invoiceUUID": "example-invoiceUUID",
"sourceApp": "example-sourceApp",
"issueType": "missing_rfc",
"description": "example-description",
"originalTransaction": {},
"severity": "example-severity",
"actionRequired": "example-actionRequired"
}See also
Generated from ecosystem-sdk/packages/mcp-server/src/registry/events.json. Do not edit by hand.