#MJFUT - Customer Portal
1 messages ยท Page 1 of 1 (latest)
Hi ๐
Coding isn't scary ๐ It can be very empowering. But we can guide you in the lowest code approach too
Would love to learn, know just a little bit of python from school (maths) but this type is totally unknown for me.
Could you give me a hand here? โบ๏ธ
Okay well here's a great doc to get started:
https://stripe.com/docs/billing/subscriptions/integrating-customer-portal
This focuses on directing your customer from your website to the portal, which is why we have the redirect
You could also create the customer portal and include the URL in an automated email to your customers.
We already heavily use Zapier, so automation could be very good
But if I were to create a page on my website with a slug similar to mjfut.com/manage, that would probably be the easiest for my customers
And on that page, there is a button
How do I go about that?
This is where I get lost
Well that's where you'll need a developer to code something for you. We provide the snippet to generate the URL and demonstrate how you can integrate it but we can't really cover the entire web development. Basically you would create a button that, when clicked, triggered the function we show in that code snippet and redirect them to the customer portal URL.
I have the option to create a button with a URL.
Would It work If i added that snipped as an HTML embed to the website?
And then make that HTML embed work as a button?
I don't know enough about your integration to advise anything there. This would be better handled by a developer who is aware of the security considerations as well as what code belongs where.
Does this cost? If so, how much?
Because you'll need to use your Stripe API Key and that should never be exposed on a website
A developer
I don't know. My area of expertise is helping developers integrate Stripe
Do you have any documents or videos I can read or watch, practice and then I would be able to do it myself?
I would love to learn it myself
How are you creating a webiste?
I do not. Unfortunately I don't have any information on this. Google is going to be more useful in this case.
Would this be the same process of creating? Or is this easier as there is no web dev aspect to it
Both would require server-side coding.