Hi,
I have done many implementations of the ADC Authorize.net module for authorization and settlement of cards in realtime. However, I have a new problem that I can't seem to find that answer to.
I would like to 1) Authorize in realtime using Authorize.net, but not enact capture 2) Save the card number to the database (as with the regular credit card module 3) Use an export tool I have built to import the orders into Mail Order Manager and run all the cards when we ship them.
Has anybody done something like this or have any good ideas? I know that we can probably figure out the Authorize.net to do authorization only (using the method call), but the other stuff is a bit more complex.
Thanks,
Zac
Latest News: (loading..)
CC Authorization only - no capture, using Authorize.net
Started by delphian, Jul 26 2003 02:36 PM
5 replies to this topic
#1
Posted 26 July 2003 - 02:36 PM
#2
Posted 13 November 2003 - 12:20 AM
Have you found a solution for this yet? I also need to implement the same function with one of my shopping carts.
Thanks!
Thanks!
#3
Posted 13 February 2004 - 02:33 AM
Hey guys, I am wondering if you have found a solution to authorize only with authorize.net. My customer website does about 20k per month and they really hate the idea of Authorization w/ Auto Capture.
Thanks in advance.
Timeshifter
Thanks in advance.
Timeshifter
#4
Posted 13 February 2004 - 07:55 PM
just want to let you all know what i did to solve my little problem. In catalog/includes/modules/payment/authorizenet.php arround line 219 i added this line
this is for authorize.net only.
Thanks
tep_draw_hidden_field('x_type', AUTH_ONLY) . this is for authorize.net only.
Thanks
#5
Posted 18 February 2004 - 12:06 AM
Quote
2) Save the card number to the database (as with the regular credit card module 3) Use an export tool I have built to import the orders into Mail Order Manager and run all the cards when we ship them
I have a desperate need for this too...post if you find anything and I'll do the same.
Kepa
#6
Posted 15 October 2010 - 04:50 PM
The default install (as of 10/13/2010) of osC 3 Alpha 5 has x_type set to AUTH_ONLY. If you want to authorize with auto capture, change x_type = AUTH_CAPTURE as follows:
includes/modules/payment/authorizenet_cc.php
includes/modules/payment/authorizenet_cc.php
'x_type' => 'AUTH_CAPTURE',









