We have a partner that takes orders for us, pre-authorizes them (through Authorize.net), and then sends them to us for capture.
When running the Capture process through the C# API, we're required to pass in the credit card number and expiration date. I'm running into an issue where I have 80+ transactions to run capture on, but only the non-Visa cards are getting captured successfully.
Is there a magic trick to getting the Visa transactions to capture?
Thanks all!
11-19-2014 09:38 AM
What was the response reason code for the reject?
11-19-2014 11:39 AM
nevermind - I'm just dealing with horribly written code. Please disregard!
11-19-2014 12:35 PM