Friends,
I need any and all insights to help me connect Stripe with Supabase.
I'm building a web app and I'm using an embedded Stripe button to take the user to the stripe payment gateway. I love that Stripe takes care of all the payment related activities.
I want to create an edge function that listens to any triggers from Stripe and update it on a table in Supabase - so I know who's paid the subscription and who hasn't. This will allow me to enable/disable features for them on my app. (I think this is the best way, let me know if there's a better way?)
Has anyone managed to create a working solution that's been tested? I saw some documentation on Supabase and that's the reference point for now.
I need to deploy urgently with payments enabled so any insight that will help me skip trial and error on my side is greatly appreciated! I guess what I'm wishing for is some custom code/ function that does this that I can easily integrate.
TIA friends!