Page 1 of 1
Problems with Capture on a new Payment Gateway
Posted: Tue Jun 10, 2008 11:45 am
by BryanWarmoth
I created a payment gateway for USA Epay and implemented all of the methods that were required. When a transaction goes through, it seems to be only doing the authorization. I can manually tell AC7 to capture the card in admin mode but I would like the capture to happen automatically. Is there a setting that I am missing that I need to pass in the transaction object after the DoAuthorize() method in order for this to occur?
Re: Problems with Capture on a new Payment Gateway
Posted: Tue Jun 10, 2008 12:24 pm
by BryanWarmoth
Disregard... I realized i need to change the transaction type to AuthorizeCapture
Re: Problems with Capture on a new Payment Gateway
Posted: Fri Jun 20, 2008 2:37 am
by que0x
the same here ! I'm implementing usaEpay but no luck with Capture, but i didn't read about the AuthorizeCapture , are you using the SOAP API ?
Re: Problems with Capture on a new Payment Gateway
Posted: Wed Jun 25, 2008 5:59 pm
by BryanWarmoth
um i just downloaded the usaepay.dll library and use the functions provided in it