It would be nice to “duplicate” layout/edit/add designs to other tabs in development.
Please add support to get and send data to apps like Integromat.
I got this working rather easily through Mollie.nl. They have payment links, that you can easily add to your google sheet. You will need a mollie account for that, but it’s free and you only pay for the payments that get through. How I did this:
- Create a payment link for every product in mollie.
- Copy that link into your google sheet
- Create a button with that link from your google sheet
You can also redirect back to your application after a successful payment. If you want to land your customers on a specific screen within your app, you can use deeplinks that have recently be released by the team. https://docs.glideapps.com/all/reference/design-and-structure/deep-links
A few downsides to this method:
- You will not be able to collect any date from the customer. So you should build a form for that, if you need something like a shipping address. In our case, it’s an online download, so we don’t need it.
- You will be redirected, although the process feels quite integrated.
I the end, I would prefer to see glide integrating the full checkout experience from Stripe. It’s more elegant, and it’s more native. However, for the time being this might be a solution for you.