#alecpope
1 messages · Page 1 of 1 (latest)
hello! that features array is a Dashboard only feature at the moment unfortunately
Hmm, are there any plans to make it available outside of the dashboard?
we don't have any timeline that we can share right now. if you would like to see this feature supported in the API, I'd suggest writing to https://support.stripe.com/?contact=true to explain your use cases as that helps the product team capture demand for prioritisation
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Will do, thanks! I guess, in the meantime I will have an array in the metadata.
I have another question: is it possible to only retrieve products that are subscriptions/have a price that is from type recurring?
hrm, no not directly, you could retrieve all recurring prices, and derive the unique products from the list of recurring prices. But we don't have any API to only retrieve products that are subscriptions/have a price that is from type recurring
Okay, thanks! I currently solved it by adding a "tag" in the metadata to avoid retrieving all prices etc. It would be neat to use the query language to also query expanded items (for example the price of a product). I will write the support :)
Thanks!