price_id so the amount and currency come from the catalog.
Use this page for the model. Use the generated endpoint pages for payloads and exact field requirements.
The core path is Create product, then Create price, then reference the price_ ID from checkout or payment-link creation.
Product endpoints
Price endpoints
Notes
- Product
nameis required on create. - Price
product_idandcurrencyare required on create;unit_amountshould be sent explicitly, including0for free prices. - Prices are mostly immutable. Update active state, nickname, or metadata instead of changing amount or currency.
cross_sellsuses replace semantics when present: omit it to keep existing values, send[]to clear.

