Stripe Payments

Does anyone have a method to trigger a payment process to complete in app that doesn’t require user to go to their email to pay an invoice? Looking for a low friction “native” payment solution.
I have a solution which involves some automation software, but would rather use inhouse Glide components if possible.
Thanks.

Andre

2 Likes

I’m thinking there might be a way that when the user triggers to pay, you create a payment instance via api to Stripe and embed the payment instance into Glide Apps using the embed module.

Just thinking out loud, reach out if you need any help figuring this out

1 Like

This might help…

2 Likes

If it’s something like Gonzalo suggested above, I think it would work.

I’m not sure if you can web embed a Stripe checkout link, but you can save the generated link somewhere and prompt the user to click a button to open it.

2 Likes

Yeah, Stripe can’t be embedded into Glide, but other solutions like payhere can. You can achieve an almost native like experience by using a solution like payhere.

4 Likes