#vipera74-customer-portal

1 messages ยท Page 1 of 1 (latest)

ancient stagBOT
#

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.

thorny summit
#

Hi ๐Ÿ‘‹

That currently isn't possible

manic belfry
#

I would have to custom create it?

#

/ redirect to the official one

thorny summit
#

You would need to redirect your customers to the URL for the Customer Portal

manic belfry
#

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

thorny summit
#

No there isn't. You would need to get that on your server and return it to your client-side code

manic belfry
#

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?

thorny summit
manic belfry
#

Thank you for your kind help and your time.

thorny summit
#

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

manic belfry
#

Perfect

thorny summit
#

It's nice to have a data model you can extend whenever you need something new

manic belfry
#

Thank you for the clarification

thorny summit
#

Happy to help ๐Ÿ™‚

manic belfry
#

I'll keep that updated with webhooks then, or with a cron

thorny summit
#

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

manic belfry
#

Great! I'll mimic that then ๐Ÿ˜„