spv.created
Constanza created a fiscal SPV entity for a Rito deal and is sending back the constanza_org_id so Rito can store it on the deal record.
Senders
constanza
Receivers
rito
Data schema
Each field maps to a type hint. | null indicates an optional field.
json
{
"constanza_org_id": "string",
"deal_id": "string",
"spv_name": "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
{
"constanza_org_id": "example-constanza_org_id",
"deal_id": "example-deal_id",
"spv_name": "example-spv_name"
}See also
Generated from ecosystem-sdk/packages/mcp-server/src/registry/events.json. Do not edit by hand.