Skip to content

invoice.queued

Constanza accepted a deal-billing póliza and queued the invoice for CFDI stamping — notifies Colectiva so the deal-billing pipeline can track the pending invoice.

Senders

  • constanza

Receivers

  • colectiva

Data schema

Each field maps to a type hint. | null indicates an optional field.

json
{
  "deal_id": "string",
  "payment_id": "string",
  "poliza_id": "string",
  "poliza_folio": "string",
  "cfdi_status": "string (pending)"
}

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
{
  "deal_id": "example-deal_id",
  "payment_id": "example-payment_id",
  "poliza_id": "example-poliza_id",
  "poliza_folio": "example-poliza_folio",
  "cfdi_status": "example-cfdi_status"
}

See also


Generated from ecosystem-sdk/packages/mcp-server/src/registry/events.json. Do not edit by hand.

Red Broom Software Ecosystem