Hi,
I am integrating Google Pay in my app. My initial plan was to use AndroidPay with Authorize.net as processor as Authorize.net supports AndroidPay. But as now Google is not anymore supporting AndroidPay integration and migrating to GooglePay, I have to integrate GooglePay which doesnot support Authorize.net as processor. Luckily there is an alternative named Direct Payment Method which can be found here. I have contacted with Google Payment Support team and they told me to contact with my processor(in this case Authorize.net). I have already a decrypted json token, which can be found here.
So my question is, can authorize process the payment from the decoded json? If so, is there any documentation of that?
02-13-2018 12:43 AM