Stripe communicating with Glide to say a recurring payment has been successful or not

Hello

I am trying to figure out how to get Stripe to let Glide know whether a users recurring payment has been successful or not. This will be for monthly recurring and annual.
The aim is to allow them to retain access to Glide if successful or refuse access if unsuccessful.
Not sure where to start as reading through Stripe documentation is a bit beyond me!
Thanks for reading!

1 Like

Hey Jools, check out @Robert_Petitto Videos I’m pretty sure that it will help fixing ur issue

Part 1: https://youtu.be/BNZtlZkyZvs
Part 2: https://youtu.be/4I5XArzDNck
Part 3: https://youtu.be/OW3QoGr2-mE

1 Like

Thank you so much Mazen! I will have a look.

1 Like

Stripe’s webhook is the way to do this. I think you have 2 options:

  1. Using a third party automator like Make.com or Zapier:

These platforms make it easy to collect information from Stripe’s webhook (basically, Stripe sends a message when a payment goes through or fails). You can set up a simple workflow in Make.com or Zapier to receive this message (they even configure the Stripe webhook for you), check if the payment was successful, and then use the Glide API to update your user’s access or status in your Glide app.

  1. Use direct webhook to Glide.

In Glide, create a webhook workflow, and then use that when configuring your webhook in Stripe (they allow you to specify an endpoint URL).

Then, you’d use Glide’s built-in workflow modules to process the information and update your users accordingly.

2 Likes

Yes that does look like what I need.
Thank you for the explanation ThinhDinh!

2 Likes

Let us know if you have any further questions!

1 Like