in my mobile android application I am integrating google pay with authorize .net currently on the sandbox account of authorize and test environment of google pay.
I am receiving the token from google pay api and I am encoding the token to base64 and passing that to dataValue in authorize. Here I am receiving error message as below
{ "errorCode": "153", "errorText": "There was an error processing the payment data. Unable to decrypt data." }
Need guidance from your side if I am missing something.
05-09-2023 05:13 AM