How to Implement Stripe Subscriptions in a WeWeb app

Sdílet
Vložit
  • čas přidán 13. 09. 2024

Komentáře • 14

  • @sidahmedsarah4826
    @sidahmedsarah4826 Před 2 měsíci

    Thank you so much! Though these kind of contents few people on CZcams demand it, but it's super duper intersting !

  • @coachRED_net
    @coachRED_net Před 7 měsíci +1

    Thanks for the great Stripe videos, Quentin, could you please add the code snippets to completely follow your path. Thanks

  • @knightvisioncreative
    @knightvisioncreative Před 3 měsíci

    Is there a way to just leverage the stripe pricing table, which already references all these other pieces?

  • @nca-nocodeagency
    @nca-nocodeagency Před 4 měsíci

    Thank you. Can you explain the use of the success page? The webhook sould be enough to update client informations?

  • @knightvisioncreative
    @knightvisioncreative Před 3 měsíci

    Is there a way to pull the data from stripe? From the looks of it, we're having to recreate it, so we no longer have a source of truth. This now requires all updates to occur in two places, doubling the workload and making it more problematic to maintain.

  • @TurtleDLurky
    @TurtleDLurky Před 6 měsíci

    Hi Weweb Team!
    great video. I have a few questions:
    does stripe send an event to the database when the subscription is not live anymore or when it is cancelled? because as I was testing it, it sent the cancellation request. Hence, how do you ensure that the customer has premium until his subscription actually expires?

  • @AnuragKurmi
    @AnuragKurmi Před 8 měsíci

    Perfect 🙌 I was also thinking to implement this kind of approach keeping Backend and Stripe Account in sync which is a good practice to handle this kind of flow completely on backend 👍

    • @weweb
      @weweb  Před 8 měsíci +1

      Awesome! Please share with us what you've done afterwards!

  • @digitalcommunity4144
    @digitalcommunity4144 Před 6 měsíci

    Is it possible to have the same tutorial with Supabase ?

  • @ChrisGoldy84
    @ChrisGoldy84 Před 8 měsíci

    Top! Thank you!!

    • @weweb
      @weweb  Před 8 měsíci

      You're welcome!

  • @jameskeogh6584
    @jameskeogh6584 Před 7 měsíci

    What about when you want to sign someone up for a subscription and they aren't already authenticated or they are just signing up their business with a certain number of subscription "licences" do you need to create a stripe customer for each of the employees who will use the app?

    • @FelipeRollin
      @FelipeRollin Před 3 měsíci

      create one subscription with two items. Stripe allow you to set 20 diferente items in a subscriptions .. you can have a base item, and a per user item... if your client has 10 users, you set a quantity of 10, in a per use item..