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
Authorizations
API Key da Credential (gerada no Backoffice)
Headers
Unique key for request idempotency
Path Parameters
Plan ID
Response
Both item and price created; returns { item, price }

