Collect payments with Stripe | Glide Tutorial

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

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

  • @GRUMO
    @GRUMO  10 месяцев назад +2

    Get a copy of this template → grumo.com/stripeapp
    Use this template as a starting point to build your e-commerce app.
    Requirements:
    1. Glide Pro Account: Sign up here → grumo.com/glideapps
    2. Stripe account: To create the payment links for each of the products and prices in your store.
    In Stripe, you will also create a webhook using as the endpoint a Zapier webhook URL.
    3. Zapier account (or Make): To detect when a new purchase is made in Stripe and register the transaction details back into your Glide app.
    Enjoy! 🙌
    Made with 🖤 by Grumo

  • @DIEGO-zh1qi
    @DIEGO-zh1qi Месяц назад +1

    How can I link the user ID of users to the sales table? I need to associate each sale with the correct user who made the purchase. What’s the best way to set it up?

    • @GRUMO
      @GRUMO  29 дней назад

      Yes, when you write back to Glide the transaction just match the user’s email from stripe to the user’s email in Glide.

  • @creative_cody
    @creative_cody 2 месяца назад +1

    is this the same concept for a stripe subscription payment link? If we are selling tiered subscriptions?

    • @GRUMO
      @GRUMO  2 месяца назад

      Yes it should be a similar process.

  • @immabeio565
    @immabeio565 6 месяцев назад +1

    How do you embed the payment link in the glide page? it doesn't seem to work with the web embed component

    • @GRUMO
      @GRUMO  6 месяцев назад

      Use a button component with the link action

  • @Tosin85
    @Tosin85 6 месяцев назад +1

    I’d like to include the product name. Any idea how I can add that to the payment link + parameters?

    • @GRUMO
      @GRUMO  6 месяцев назад

      The product name is added in Stripe when the payment link is created.

    • @Tosin85
      @Tosin85 6 месяцев назад

      Right. And I’m using your setup slightly differently from what you have. Essentially provisioning users to have certain access based on their purchased subscription. So I need the product name to somehow be available on the user page. I’ve since figured out a workaround, but curious if you have any a different approach

    • @GRUMO
      @GRUMO  6 месяцев назад

      @@Tosin85 I think you can grab Stripe's unique product ID from Zapier and use it to write it back to your Glide Sales table. Then you could discern which product he user bought.

  • @anggriawanmr
    @anggriawanmr 8 месяцев назад +1

    Thank you, well done

    • @GRUMO
      @GRUMO  8 месяцев назад

      Cheers

  • @Sharmarke35
    @Sharmarke35 10 месяцев назад +1

    Thanks buddy

    • @GRUMO
      @GRUMO  10 месяцев назад

      My pleasure!

  • @justiceaddo2135
    @justiceaddo2135 9 месяцев назад +1

    Can this be done on my Free Glide account?

    • @GRUMO
      @GRUMO  9 месяцев назад

      You need a Glide Pro account.

  • @emartinez2740
    @emartinez2740 9 месяцев назад +1

    damn, i wish they allowed dynamic pricing :/ Thanks for the tutorial!

    • @GRUMO
      @GRUMO  9 месяцев назад +1

      Pricing changes are coming but I'm not sure if they will go for dynamic pricing. We'll see.

  • @feranmionabanjo2241
    @feranmionabanjo2241 5 месяцев назад

    Hello what about delivery?

    • @feranmionabanjo2241
      @feranmionabanjo2241 5 месяцев назад

      Or shipping of the product

    • @GRUMO
      @GRUMO  5 месяцев назад

      @@feranmionabanjo2241 You could add additional logic to calculate delivery/shipping amounts.