Difference between revisions of "Credit Card Processing Inside OpenEMR"

From OpenEMR Project Wiki
Line 1: Line 1:
'''<span "style=color:red;">The below feature does not seem to exist anymore.</span>'''
'''<span style="color:red;">The below feature does not seem to exist anymore.</span>'''


You can now process credit card payments directly from within OpenEMR.  This feature uses the [http://www.authorize.net/ Authorize.net / CyberSource] IPGS to process your transactions on the OpenEMR server and get immediate feedback in the OpenEMR UI.
You can now process credit card payments directly from within OpenEMR.  This feature uses the [http://www.authorize.net/ Authorize.net / CyberSource] IPGS to process your transactions on the OpenEMR server and get immediate feedback in the OpenEMR UI.

Revision as of 22:51, 17 April 2012

The below feature does not seem to exist anymore.

You can now process credit card payments directly from within OpenEMR. This feature uses the Authorize.net / CyberSource IPGS to process your transactions on the OpenEMR server and get immediate feedback in the OpenEMR UI.

In Development

WARNING: This feature is currently in flux and is not yet included in the main OpenEMR development or any released version of OpenEMR.

Configuration

  1. Edit globals.php
  2. * Set $GLOBALS['credit_card_config']['credit_card_transaction'] to true
  3. * Set $GLOBALS['credit_card_config']['credit_card_login_key'] to your Authorize.net login key
  4. * Set $GLOBALS['credit_card_config']['credit_card_transaction_key'] to your Authorize.net transaction key

Keys?

Keys can be obtained from many OpenEMR vendors or from Authorize.net or any of their resellers. OpenEMR vendors are preferred, since they will be more familiar any OpenEMR specifics.