Try our conversational search powered by Generative AI!

Authorize.NET SALE sometimes throws E00039 exception.

Vote:
 

As I am not able to login into Support, I will post this here.

AUTHORIZE request handles E00039 error correctly because it uses AuthorizeNetCimBasedManager.CreateCustomer which handles this. But SALE request uses AuthorizeNetService.CreateCustomer directly without error handling.

Fix is simple, use AuthorizeNetCimBasedManager.CreateCustomer for SALE request in the AuthorizeNetCimBasedManager.ProcessSaleRequest method.

I have Commerce 11.6.1

#187336
Edited, Jan 19, 2018 13:01
Vote:
 

Thanks Maris, I'll file a bug for this.

How often does this happen to you? Is there a way to consistenly reproduce it? 

#187342
Jan 19, 2018 14:52
Vote:
 

This happened quite often. Some customers were not able to pay with it at all.

But I am using my own Authorize.NET version (decompiled from Episerver's) as we need NoFroud integration. So I fixed it in my version.

Regarding NoFraud, quite long time ago I created a support ticket but seems that is is not implemented yet in Episerver :(

#187343
Jan 19, 2018 14:55
Vote:
 

We will eventually release Authorize.NET as open source code project (but that will not happen anytime soon - it always comes to priority). Then you can contribute to the project.

Re: is there a way to reproduce it? Our QAs would need to verify the fix. 

#187344
Jan 19, 2018 14:59
Vote:
 

No, I do not have steps to reproduce. It happens randomly for different users. But someone in your team has noticed it, but made fix only for AUTHORIZE requests :) Maybe he knows how to reproduce it.

#187345
Jan 19, 2018 15:01
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.