Problems with Capture on a new Payment Gateway
- BryanWarmoth
- Lieutenant, Jr. Grade (LT JG)
- Posts: 44
- Joined: Fri May 23, 2008 11:24 am
- Location: Puyallup, Wa
- Contact:
Problems with Capture on a new Payment Gateway
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?
- BryanWarmoth
- Lieutenant, Jr. Grade (LT JG)
- Posts: 44
- Joined: Fri May 23, 2008 11:24 am
- Location: Puyallup, Wa
- Contact:
Re: Problems with Capture on a new Payment Gateway
Disregard... I realized i need to change the transaction type to AuthorizeCapture
Re: Problems with Capture on a new Payment Gateway
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 ?
- BryanWarmoth
- Lieutenant, Jr. Grade (LT JG)
- Posts: 44
- Joined: Fri May 23, 2008 11:24 am
- Location: Puyallup, Wa
- Contact:
Re: Problems with Capture on a new Payment Gateway
um i just downloaded the usaepay.dll library and use the functions provided in it