#alecpope

1 messages · Page 1 of 1 (latest)

slender sunBOT
storm path
#

hello! that features array is a Dashboard only feature at the moment unfortunately

fallen raven
#

Hmm, are there any plans to make it available outside of the dashboard?

storm path
#

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

fallen raven
#

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?

storm path
#

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

fallen raven
#

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!