#akii-subcription-data-storing

1 messages · Page 1 of 1 (latest)

stuck juniper
#

Hello 👋
It'd actually depend on your application and how you'd want it to work.
You could keep them stored on Stripe and retrieve them as needed
It'd make it easier to maintain single source of truth

full kite
#

Thanks for the reply! My application has a settings page, which is frequently accessed by user to view the various plans and its details.

stuck juniper
#

Yeah I mean you can always retrieve it from Stripe using the API
If you want to store more details about a product than what Stripe supports, you'd likely need to store that in your database

full kite
#

okay thanks for all the help ☺️