cfdi.distribution_requested
Rito requests Constanza to generate a CFDI for a distribution. Deal must already have a constanza_org_id. Constanza responds asynchronously with the stamped CFDI.
Senders
rito
Receivers
constanza
Data schema
Each field maps to a type hint. | null indicates an optional field.
json
{
"distributionId": "string",
"distributionType": "string",
"dealId": "string",
"fundId": "string",
"constanzaOrgId": "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
{
"distributionId": "example-distributionId",
"distributionType": "example-distributionType",
"dealId": "example-dealId",
"fundId": "example-fundId",
"constanzaOrgId": "example-constanzaOrgId"
}See also
Generated from ecosystem-sdk/packages/mcp-server/src/registry/events.json. Do not edit by hand.