#carolzoo-price-id
1 messages · Page 1 of 1 (latest)
carolzoo-price-id
Hey @burnt mural! Setting your own ids is actively discouraged and has been for years. It's not something we support on our Price API (https://stripe.com/docs/api/prices/create) at all.
Now, it still works for the old Plan API itself https://stripe.com/docs/api/plans/create#create_plan-id so you can use that
There is no way to do this easily in the Dashboard anymore so you'll have to use the API or curl if it's a one off
Ok thanks - I kindof thought as much. So, if I use the API to create a plan (and attach to a product using the product_id) will that magically create a pricing object as well?
Oh ok - I did not realize that. Thanks for the info!
And I hear you about not setting our own id's - I agree it's a terrible idea. But I'm a bit stuck with the code that we are already using and was hoping to limp along with it for awhile until we have time to rewrite some of the Stripe integration.
Thanks for your help!
Of course, let me know if you have more questions!