Background: We have had an "annual renewal" application running successfully for a couple years. A year ago we added code to start saving Customer Profiles on Authorize. Now we are sometimes (often) getting AuthCodes of "000000" for transactions. We have an ASP-MVC application written in C#.
What we're seeing: The transaction goes like this:
At this point our code has made the determination that the customer was charged successfully, but the charge has actually failed. Looking at the actual transaction, I see:
Transaction Status: Declined (Card declined by issuer - Contact card issuer to determine reason.)
However, there are 2 reasons I feel this is on our end, and not an actual card issue:
I appreciate any help in determining how to fix this issue.
Thank you,
Evan
โ09-20-2017 08:33 AM
We continue to get a large number of declinations with Code: 2, Text: This transaction has been declined.
The customers are telling us (all of them) that when they contact their card company they are being told there is no problem with their card.
I need to know how I can debug this problem, as we are getting a large number of unhappy clients as well as unhappy employees having to manually take the charges via phone.
Evan
โ10-04-2017 09:49 AM
Hello Evan,
Did you ever figure this problem out?
โ04-16-2020 08:05 PM