Can I add google pay api in my app?

Hi Team,
I want to add a button for google pay in my app … The user clicks on pay… it takes to google pay app , … the user pays through the google pay app and once its back the amount is paid… it takes to the confirmation page.

Thanks,
Javed

0 4 179
4 REPLIES 4

Hi @Marc_Dillon thanks for the reply…

Hope you are well !!

Could you please guide me some more on this with an example?

Or If you have a sample app in which google pay app is linked …

Thanks
Javed

To be clear, what you’re wanting to do here is far from trivial. I cannot guide you except for very general advice.

To interact with an external API, one way is to send a webhook to it from Appsheet. You’ll need to learn about how to send webhooks, and what the Google Pay API expects in the webhook.

This sounds like maybe it would be better to simply provide an “open external URL” Action for your users.

Any communication from Google Pay back to Appsheet will need to be handled by Google Pay.

It may not be possible to do exactly what you want done here. Or you may need to rely on other external services to finish the connections, like Google Apps Script, or Zapier, etc.

Thanks @Marc_Dillon I will consider it and try to implement…

Top Labels in this Space