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
Autorizações
API Key da Credential (gerada no Backoffice)
Cabeçalhos
Unique key for request idempotency
Parâmetros de caminho
Plan ID
Resposta
Both item and price created; returns { item, price }

