Create Price
create_priceCreate a new price for a Stripe product by specifying product ID, unit amount in smallest currency unit, and currency code. Optionally set recurring billing intervals or metadata.
Instructions
Create a new price for a product.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product | Yes | Product ID (prod_...) | |
| unit_amount | Yes | Price in smallest currency unit (e.g. 1000 = $10.00) | |
| currency | Yes | Currency code (e.g. "usd") | |
| recurring | No | Recurring config (omit for one-time price) | |
| active | No | Whether price is active | |
| metadata | No | Metadata | |
| nickname | No | Internal nickname | |
| idempotency_key | No | Optional idempotency key for safe retries |