We don't have an App. We have a web site our CEO wants us to integrate
Google Pay into. To keep confusion down with canceling transactions,
we'd perfer to push everything through Auth.Net. Thanks,matchbx
I agree. let token = paymentData.paymentMethodToken.token; var enc =
window.btoa(token); This section of code is very confusing. did you ever
manage to get this working? Thanks,matchbx