#DieserLoki
1 messages · Page 1 of 1 (latest)
Hi
The guide you are referring to is for migrating from old pricing system (plans and sku) to the new Pricing APIs:
https://stripe.com/docs/payments/checkout/migrating-prices#:~:text=More unified modeling for Checkout items—instead of plans%2C SKUs%2C and inline line items%2C every item is now a price.
If you don't won't to use Prices API, you can use price_data instead when creating a Checkout Session:
https://stripe.com/docs/payments/checkout/migrating-prices#:~:text=More unified modeling for Checkout items—instead of plans%2C SKUs%2C and inline line items%2C every item is now a price.
Okay, thank you.
Np!