Credit Card Processing Inside OpenEMR

From OpenEMR Project Wiki
Revision as of 22:50, 17 April 2012 by Bradymiller (talk | contribs) (1 revision: Credit_Card_Processing_Inside_OpenEMR)

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.