Skip to content

capital_call.payment_failed

A capital call payment attempt failed in Colectiva — Rito marks the capital event with the failure reason so the fund manager can follow up with the LP.

Senders

None declared.

Receivers

  • rito

Data schema

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

json
{
  "capital_event_id": "string",
  "capitalEventId": "string (alias)",
  "error_message": "string",
  "errorMessage": "string (alias)"
}

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
{
  "capital_event_id": "example-capital_event_id",
  "capitalEventId": "example-capitalEventId",
  "error_message": "example-error_message",
  "errorMessage": "example-errorMessage"
}

See also


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

Red Broom Software Ecosystem