Why do we have just one Transaction Type available when we go to the Payment Gateway settings. (Only available is Authorize and capture immediately)
I want to authorize the credit card now a capture funds later. So i need to have Prior-authorization capture as a transaction type.
Isn't this one of the features of this module??
What I am missing??
Thank You
Suchi
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | uc_cim_settings.JPG | 70.91 KB | gargsuchi |
Comments
Comment #1
gargsuchi commentedHere's the print screen for what I am saying.
Comment #2
rstaylor commentedSurprisingly, no, although it really should have this feature. An auth-only $0.01 transaction is used in the background by Authorize.net to validate the card at the time the payment profile is created, but thereafter this module currently only supports auth-capture transactions.
Core uc_authorizenet module does have auth-only and prior-auth-capture transactions, so for now I am going to include this in plans to revise the module to utilize the functionality present in the current core module, rather than re-implementing it. (see #624972: Act as an extension of Ubercart's uc_authorizenet, not a replacement)
Comment #3
chadhester commentedMy company is looking heavily at this module to help securely store CC profiles. I might have a go at this by referencing how uc_authorizenet processes auth-only transactions. I would be very curious if that was considered and later discovered to not be that great of an approach... Thoughts?
Alternatively, we may use the uc_paypal module to process saved payment profiles (since it's trusted and used by most customers). Still doing research on that right now... seeing if we can get away with using Auth.net for CC transactions, and paypal's WPS service for paypal-only transactions.
Comment #4
m.stentaMarked #1284598: Authorization only option? as a duplicate of this issue.
I also need this. Specifically, I need the "Set reference only" option, which is now a part of Ubercart's core uc_authorizenet module.
I'm also interested in issue #624972: Act as an extension of Ubercart's uc_authorizenet, not a replacement.
I guess it's a question of how easy it is to override the necessary pieces in Ubercart's core module.