#Aarti

1 messages · Page 1 of 1 (latest)

tiny tendonBOT
viral yoke
#

Is there a reason you want to retrieve the plan and not the price? The Plans API is legacy/deprecated, but we include it in the response for backwards compatibility reasons - most new users would want to retrieve the Price instead

celest stone
#

Ah I see. Good to know. My goal is to get the product for which this subscription was created.

viral yoke
celest stone
#

Gotcha! Thanks for the pointer. While I have you here, what is Stripe's recommendation on storing these subscription and price/product details in a database? To avoid frequent Stripe calls.

viral yoke
#

I don't believe we have a general recommendation (since it really depends on your setup/integration needs) - mostly we just want you to avoid repeatedly retrieving objects (since that'll eat into your rate limits) but other than that you can do what works for you

celest stone
#

Sounds good, thanks for your help!