Google Payments API
developers.google.com
Google Payments API
1–10 of 26 posts
Re: Google Payments API
#2Re: Google Payments API
#3I've been waiting on this since July, when we implemented Apple Pay at edX. They missed the advertised September deadline. Despite signing up for the mailing list, I have yet to be notified about the functionality. Now that I'm seeing all the press about it, there still seems to be no way to register as a merchant. This is quite disappointing.
Re: Google Payments API
#4Re: Google Payments API
#5How does this relate to Android Pay? Is Android Pay deprecated?
They talked about it at Google I/O earlier this year: https://www.youtube.com/watch?v=hU89pPBmhds
(I believe this is how it works, I could totally be wrong here, I haven't read on it too much).
This is a way of using forms of payments people have stored with Google (cards added for Play store, android pay, or other services) to pay for things with from merchants. The payments don't route through Google, rather it pulls the card details from Google and send them to whatever merchant you are buying from.
EDIT: This is useful: https://developers.google.com/payments/mobile-web-tutorial
It looks like websites can request data back as a Gateway_Token (to then run through Adyen, Stripe, Braintree, or Vantiv). Or you can setup a public/private pair[0] and Google will send the card details back of as an encrypted bundle that you can decrypt in a PCI compliant environment.
(disclaimer: I work on payments at Google, opinions are my own. I didn't work on this feature and don't really know anything about it).
[0] https://developers.google.com/payments/payment-data-cryptogr...
Re: Google Payments API
#6Re: Google Payments API
#7Before I get my hopes up.. Is this "only for US" (and a small number of countries)?
> The following terms apply if you access or use the Google Payment APIs in Central America, South America or China: ...
I'm no lawyer but this seems to imply that it at least includes those regions.
Re: Google Payments API
#8Looks like Stripe supports it. The name is a bit different, but this is probably just Google being Google.
Re: Google Payments API
#9Re: Google Payments API
#10What does a subscription for a membership for physical and digital goods fall under?
Thanks for the pointers.