Dear,
I am facing issue while processing payment on production evnironment. The code is working fine on stagging environment by on production it gives error of E00007.
{ code: 'E00007',
text:
'User authentication failed due to invalid authentication values.' },
data: null }
We have tried to change the transaction key as well but it didnot worked. Need your response on this issue.
Thanks
12-08-2020 04:59 AM
Make sure your not using sandbox login.
Make sure your going to the production URL.
12-08-2020 05:57 PM
checked it we are not using sandbox login and we are going to production URL
12-09-2020 12:31 AM
I am currently having this issue and I believe it has something to do with my signature key. Currently, I do not have one and I'm trying to figure out how to make one. Maybe that will steer you in the right direction.
12-09-2020 09:10 AM