#andrew.cai-product
1 messages · Page 1 of 1 (latest)
ok
The product I created was deleted
but the status of the product is still obtained through the API is true
prod_M5lIcXTnapaStm
can you share the request id where you retrieved the product?
how can i get the request id, i request by "this.stripe.plans.list({ active: true, limit: 100 });"
Products and Prices are two separate objects.
You would want to retrieve the Product using https://stripe.com/docs/api/products/retrieve
You would want to retrieve the Price using https://stripe.com/docs/api/prices/retrieve
Plans are a legacy API, the current equivalent is Prices
plans it been abandoned?
yes, we're no longer providing any new features for Plans
ok thanks
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!