Stripe Subscriptions with FastAPI and Jinja2 for Python
HTML-код
- Опубликовано: 6 фев 2025
- This video covers how to set up subscriptions with Stripe using Jinja2 templates in a Python FastAPI app, using the Customer Portal
The example code for this project can be found on GitHub here:
github.com/its...
If you need to create a Stripe account you can do so here:
dashboard.stri...
You can find info on test data with Stripe here:
stripe.com/doc...
If you want to check out FastAPI you can check the official site here:
fastapi.tiango...
Really well done! I've had fun adapting FastAPI into our self-sovereign health records project (HIE of One) and this series is a wonderful contribution.
Awesome video! Really easy to follow as per usual!
Glad you think so!
Great work, Ian! Thanks for sharing 👍
Slick! Quality content, thank you!
Valuable content, thank you
Glad I found your channel man, great content. Just a quick advice: you may want to increase font size in vscode for us mobile users. And more video quality options would be much appreciated. New sub here.
Thanks! As soon as I read your comment I realised I forgot to up the font size 🤦♂️ I've been hit and miss on that, will make sure to remember for future videos, thanks!
More video quality options - is it options >1080p you're after?
@@itsthatianguy Thanks for replying. Actually I would preffer additional options, 480 or 720, for data saving on mobile.
1:33 but you did not use the public key later, or where exactly are you using it? I could not see it in the video.
Thanks Mate
had to make some changes because I am using Flask
How can i do it ,if my FE in in react and backend in FAst api
Good content, keep up!
What theme are you using?
Wait, is that all that you need to make Subscriptions work? Don't you need a webhooks?
can you use the stripe developer api for free? or does it require cards
You can use it for free - I didn't use any cards for the videos 🙂