#vipera74-customer-portal
1 messages ยท Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- vipera74, 1 hour ago, 14 messages
- viper-subscription-events, 2 hours ago, 18 messages
Hi ๐
That currently isn't possible
You would need to redirect your customers to the URL for the Customer Portal
Also, is there an API that can be used in the frontend code (or even using stripejs) that allows to safely fetch the products and prices data?
I wasn't able to find one
No there isn't. You would need to get that on your server and return it to your client-side code
Alright. Would it be better to have a copy of that data on my own database? Are there any limitations on the Stripe Products and Prices API usage?
There are limits and we describe them here: https://stripe.com/docs/rate-limits
Thank you for your kind help and your time.
In general we recommend having your own data store for things like this
There may be information you want to store that goes beyond what our data models offer
Perfect
It's nice to have a data model you can extend whenever you need something new
Thank you for the clarification
Happy to help ๐
I'll keep that updated with webhooks then, or with a cron
I use webhooks in my test integration and it works pretty well. And then at some longer frequency (e.g. every week on Sunday) I can refresh all objects from the API
Great! I'll mimic that then ๐