Integrate Google Wallet with Google Apps Script? -


i have been developing event registration form google apps script. form required add data entries google spreadsheet , process orders google wallet. have tried using htmlservices, did not work. there way integrate google wallet dynamically in google apps script service? if not, need use app engine? , language best?

you'll need server component handle callbacks google after wallet transactions. server handler must able process xml or json depending on api used.

if you're using google checkout api, have at:

https://developers.google.com/checkout/developer/google_checkout_xml_api_notification_api https://developers.google.com/checkout/samplecode

if you're using wallet digital goods api, have at:

https://developers.google.com/commerce/wallet/digital/docs/postback


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -