Prices API
- TypeScript
- Python
- Go
- cURL
Endpoints
POST /v1/products/{productId}/pricesPATCH /v1/products/{productId}/prices/{priceId}
POST /v1/products//prices
Scopes:write
amountstring requiredcurrencyenum required:BRL | USDCmodelenum required:one_time | subscription | metered | creditsintervalenum conditional:month | yearwhenmodel=subscriptionusageBillingModeenum conditional:subscription | creditswhenmodel=metered
201
GET /v1/products/
Scopes:read
Response 200
PATCH /v1/products//prices/
Scopes:write
amountstring optionalcurrencyenum optional:BRL | USDC
200: full updated price.