Skip to content

subscription.renewed

A subscription was successfully renewed for a new billing period — receiver apps update the subscription period end date and resume any paused features.

Senders

  • camino
  • colectiva

Receivers

  • camino
  • constanza
  • mancha
  • plenura
  • servilleta

Data schema

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

json
{
  "planId": "string",
  "billingCycle": "string (monthly|yearly)",
  "nextBillingDate": "string (ISO date)",
  "amount": "number (cents)",
  "currency": "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
{
  "planId": "example-planId",
  "billingCycle": "monthly",
  "nextBillingDate": "2026-04-17",
  "amount": 10000,
  "currency": "example-currency"
}

See also


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

Red Broom Software Ecosystem