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...

Комментарии • 17

  • @HealthURL
    @HealthURL 3 года назад +2

    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.

  • @halfaiden1584
    @halfaiden1584 3 года назад +2

    Awesome video! Really easy to follow as per usual!

  • @cjav_dev
    @cjav_dev 3 года назад +1

    Great work, Ian! Thanks for sharing 👍

  • @ryansouthgate1235
    @ryansouthgate1235 3 года назад +1

    Slick! Quality content, thank you!

  • @Dreaming-11
    @Dreaming-11 3 года назад +1

    Valuable content, thank you

  • @Newascap
    @Newascap 3 года назад +2

    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.

    • @itsthatianguy
      @itsthatianguy  3 года назад +2

      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?

    • @Newascap
      @Newascap 3 года назад

      @@itsthatianguy Thanks for replying. Actually I would preffer additional options, 480 or 720, for data saving on mobile.

  • @Peter-ue4iz
    @Peter-ue4iz 9 месяцев назад

    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.

  • @kwamenadadson
    @kwamenadadson 2 года назад

    Thanks Mate
    had to make some changes because I am using Flask

  • @NetraPatwari-qt8wu
    @NetraPatwari-qt8wu 9 месяцев назад

    How can i do it ,if my FE in in react and backend in FAst api

  • @arnabchakraborty3180
    @arnabchakraborty3180 3 года назад

    Good content, keep up!

  • @Maxim0M1
    @Maxim0M1 7 месяцев назад

    What theme are you using?

  • @vladyslavstadnyk2762
    @vladyslavstadnyk2762 2 года назад

    Wait, is that all that you need to make Subscriptions work? Don't you need a webhooks?

  • @hiich1584
    @hiich1584 3 года назад

    can you use the stripe developer api for free? or does it require cards

    • @itsthatianguy
      @itsthatianguy  3 года назад +2

      You can use it for free - I didn't use any cards for the videos 🙂