CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute »
  • Community Contributed Payment Processors »
  • Authorize.net AUTH only ... not AUTH/Capture ... possible?
Pages: [1]

Author Topic: Authorize.net AUTH only ... not AUTH/Capture ... possible?  (Read 3730 times)

CiviTeacher.com

  • I live on this forum
  • *****
  • Posts: 1282
  • Karma: 118
    • CiviTeacher
  • CiviCRM version: 3.4 - 4.5
  • CMS version: Drupal 6&7, Wordpress
  • MySQL version: 5.1 - 5.5
  • PHP version: 5.2 - 5.4
Authorize.net AUTH only ... not AUTH/Capture ... possible?
July 13, 2009, 11:25:45 am
Is it possible for the client to run all transactions as AUTH (authorize only, not actually charge the card) with CiviCRM?  I don't see any mention of this in the Authorize.net CiviCRM docs.  Nor do I see this as an option in the configuration screen for a payment processor.

Is this something that can be controlled solely on the Authorize.net dashboard away from CiviCRM?  Anyone had any experience with this?

The client would only like to AUTH credit card payments, and then at a later time they will process the credit card manually and directly through Authorize.net and their merchant gateway...totally away from CiviCRM.
Try CiviTeacher: the online video tutorial CiviCRM learning library.

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Authorize.net AUTH only ... not AUTH/Capture ... possible?
July 13, 2009, 12:43:45 pm
I haven't fished out the Authorize.net docs but for another payment processor I have had dealings with it's simply a case of changing / adding a value that gets passed through as part of the XML request.

I'm not sure if the response is affected.

(I assume that any non-completed transactions would result in manual updates to CiviCRM)
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

CiviTeacher.com

  • I live on this forum
  • *****
  • Posts: 1282
  • Karma: 118
    • CiviTeacher
  • CiviCRM version: 3.4 - 4.5
  • CMS version: Drupal 6&7, Wordpress
  • MySQL version: 5.1 - 5.5
  • PHP version: 5.2 - 5.4
Re: Authorize.net AUTH only ... not AUTH/Capture ... possible?
July 13, 2009, 12:59:35 pm
I think it's probably one line of code I will need to customize in the AuthorizeNet.php file


Around line 260 add:       $fields['x_type'] = 'AUTH_ONLY';
« Last Edit: July 13, 2009, 01:05:40 pm by Stoob »
Try CiviTeacher: the online video tutorial CiviCRM learning library.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute »
  • Community Contributed Payment Processors »
  • Authorize.net AUTH only ... not AUTH/Capture ... possible?

This forum was archived on 2017-11-26.