cancel
Showing results for 
Search instead for 
Did you mean: 

E00124 : The provided access token is invalid

Hi,

I have registered for Visa Checkout with authorize.net .

On visa checkout  success event i'm get  encPaymentData,encKey and callid .

 

But when I'm calling  method createVisaCheckoutTransaction() or decryptVisaCheckoutData()

 Its response is:

 

Transaction Failed
Error code  : E00124
Error message : The provided access token is invalid

 

I properly added login id, txn key & visa API Key.

have not found any help for this Error Code.

 

Please help.

My API Login ID is: 6uGxF97v

 

Regards

 

prakash-nityo
Member
12 REPLIES 12

Hi,

any update on this issue

hi ,

any update

Hi @prakash-nityo

 

The issue is that the merchant credentials are not set for the request.

 

you need to send the merchant credentials in the request for this 2 fields

 

[name:net\authorize\api\contract\v1\MerchantAuthenticationType:private] => {API_LOGIN_ID}
[transactionKey:net\authorize\api\contract\v1\MerchantAuthenticationType:private] => {TRANSACTION_KEY}

 

As you are not setting these 2 values your are getting the error.

kikmak42
Authorize.Net Expert Authorize.Net Expert
Authorize.Net Expert