Skip to main content

Event: product_plan.created

Dispatched when a plan is created via API.

Schema definition

Loading ....

Example

{
"event_type": "product_plan.created",
"plan_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"merchant_id": "2e0b4f5a-8c3d-4e1f-9a2b-1c3d4e5f6a7b",
"name": "Premium Monthly",
"status": "active",
"pricing_type": "fixed",
"amount": 1500.00,
"currency": "ARS",
"billing_frequency": "monthly",
"trial_period_days": 7,
"prorate": true,
"effective_at": "2026-05-21T12:00:00Z"
}