Event: product_plan.updated
Dispatched when a plan is updated via API. When the amount changes on a dynamic plan, subscriptions_notified_count indicates how many active/trial subscribers were notified.
Schema definition
Loading ....
Example
{
"event_type": "product_plan.updated",
"plan_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"merchant_id": "2e0b4f5a-8c3d-4e1f-9a2b-1c3d4e5f6a7b",
"name": "Premium Monthly",
"status": "active",
"pricing_type": "dynamic",
"currency": "ARS",
"billing_frequency": "monthly",
"trial_period_days": 7,
"prorate": true,
"subscriptions_notified_count": 42,
"effective_at": "2026-05-21T15:00:00Z"
}