Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

CC Authorization only - no capture, using Authorize.net


Guest

Recommended Posts

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

Link to comment
Share on other sites

  • 3 months later...
  • 3 months later...
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

Link to comment
Share on other sites

  • 6 years later...

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

'x_type' => 'AUTH_CAPTURE',

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...