Create a charge (PlanItem + Price) atomically
Planos & Preços
Create a charge (PlanItem + Price) atomically
Single endpoint that creates a PlanItem and its initial Price in one transaction. Zod validates both bodies upfront — if validation fails, nothing is persisted (avoids orphan items left by the legacy POST /items + POST /prices sequence).
POST
Create a charge (PlanItem + Price) atomically
Autorizaciones
API Key da Credential (gerada no Backoffice)
Encabezados
Unique key for request idempotency
Parámetros de ruta
Plan ID
Respuesta
Both item and price created; returns { item, price }

