How to get payments on Glide?

Hi, I have created a new app for my coffee business. I have completed the app. Now I am running into a problem of receiving payments from my users. Is there a way I can charge my customers for their orders? Any suggestions would be appreciated.
I have tried using square and zapier but I cannot understand how to integrate them. I want to show payments on glide screen, then when a customer clicks to pay I show them a payment screen on Square. Once they complete the payment, I receive payments from square and add them to a google sheet using zapier.

I’m not familiar with Square, but if you use Stripe, there’s an option to generate an invoice.

Then, using a third-party option like Make, setup your Stripe module to receive a webhook payload from Make every time a new payment has been made, and bring that info back to Glide to verify the transaction is completed.

2 Likes