google pay

is there a way to connect/ integrate google pay payments into a google sheets spreadsheet? every payment i make, i want to add into a cell, decreasing from the total value of another cell.

thanks

0 1 129
1 REPLY 1

Yes, as long as the service supports a REST API, you can build a webhook to send requests to the external service.  I have to believe that Google Pay does support a REST API.

NOTE:  You will need to build out the webhook.  To start, review the article below.  Additional inform you will need from the Google Pay service are:

  1. connection credentials to be able to submit information to the service.  Check Google Pay service documentation for details
  2. Understanding of which API method/function you will be interacting with, the required data to send and how to construct the JSON payload.  Again, Google Pay doc will have those details.


Introduction to Webhooks

Top Labels in this Space