Glide App wih Stripe Integration

for a while now, l have been trying to integrate stripe with glide app(on a maker plan) using make.com

the challenge is that for me to update a row when someone has made the payment, l will need access to the Glide API which is inaccessible here on a maker plan.

What is the way forward?

Can you not use the Make integration? I believe that is available on the Maker plan.

1 Like

l used it, the challenge with it is that for it to make changes to the Glide Tabl, l need the Glide API Key which is inaccessible for the Maker Plan.

No, you shouldn’t need that at all.

When you add the integration to Glide, you will be given a key. This is the key you should use in the Make module.

2 Likes

If you have access to the webhook workflow, I believe an alternative for you is adding Glide’s webhook straight into Stripe so that events will be sent to Glide.

Then, you query out details needed through Glide’s webhook workflow and process it.