Peer to Peer Payments

What can we do in Glide with peer-to-peer payments? I am building an app in which users may have need to send each other money. Ideally, we would have functionality like Google Pay on Android and Apple Pay on iOs where payments can be sent/received directly in the text message. Thoughts on this appreciated.

You’ll probably need to use a third party like PayPal and include the link to each user’s paypal.me link. The only option within Glide is Stripe and that can only be connected to a single account.

1 Like

Made a breakthrough on this. You can deep link into the URL for different payment apps. By clicking the link from Glide, you are directed to the iOS or Android app installed on your phone. Every mobile app has a specific URL that takes you to its App or Play Store listing. If the app is already on your phone, click “open.” Thanks for helping me think.

1 Like

Exactly! The only issue it has yet to be clean Lee resolved is the payment completion verification returning to the sheet so as to “complete” sales within the app.

At the moment, and reduced to having the recipient of payment mark a checkbox that payment was received in order to close out the sale within the app. It’s all on the honor system. Not the best UX.

1 Like