Difference between revisions of "Sphere Payment Processing Module"
From OpenEMR Project Wiki
Bradymiller (talk | contribs) |
Bradymiller (talk | contribs) |
||
Line 16: | Line 16: | ||
** Connectors->Select Credit Card Payment Gateway->Gateway for Sphere Payments | ** Connectors->Select Credit Card Payment Gateway->Gateway for Sphere Payments | ||
** Portal->Allow Online Payments | ** Portal->Allow Online Payments | ||
* Globals to store credentials: | * Globals to store credentials ('''These will be provided by Sphere.'''): | ||
** Connectors->Connectors->Sphere Clinicfront over phone (MOTO) Transaction CustID | ** Connectors->Connectors->Sphere Clinicfront over phone (MOTO) Transaction CustID | ||
** Connectors->Sphere Clinicfront over phone (MOTO) Transaction CustID License Key | ** Connectors->Sphere Clinicfront over phone (MOTO) Transaction CustID License Key | ||
Line 28: | Line 28: | ||
* Global to store pin code required for confirmation of voids/credits ('''Note this code is not provided by Sphere. This is specific to your OpenEMR instance to control access to users that are allowed to perform void/credit.''') | * Global to store pin code required for confirmation of voids/credits ('''Note this code is not provided by Sphere. This is specific to your OpenEMR instance to control access to users that are allowed to perform void/credit.''') | ||
** Connectors->Sphere Void/Credit Confirmation PIN | ** Connectors->Sphere Void/Credit Confirmation PIN | ||
* Global to set to production mode (''' | * Global to set to production mode ('''Don't turn this on until testing mode is working.'''): | ||
** Connectors->Set Gateway to Production Mode | ** Connectors->Set Gateway to Production Mode | ||
Revision as of 08:07, 20 January 2022
Sphere Payment Processing Module
Overview
- This module is installed by default in OpenEMR 6.0.0 (with patch 4 or greater) and higher versions.
- Allows payment processing from clinic (via cardreader with input pad) and patient portal.
- Allows void/credit of payments.
Configure Module
- Currently under construction (how to open account with Sphere and get credentials and get cardreader/input pad; this will actually be simple on our end and will basically be a onboarding link to a Sphere web page that will onboard the user)
- Globals to turn on module:
- Connectors->Accept Credit Card transactions from Front Payments
- Connectors->Select Credit Card Payment Gateway->Gateway for Sphere Payments
- Portal->Allow Online Payments
- Globals to store credentials (These will be provided by Sphere.):
- Connectors->Connectors->Sphere Clinicfront over phone (MOTO) Transaction CustID
- Connectors->Sphere Clinicfront over phone (MOTO) Transaction CustID License Key
- Connectors->Sphere MOTO TC Link Password
- Connectors->Connectors->Sphere Clinicfront in person (RETAIL) Transaction CustID
- Connectors->Sphere Clinicfront in person (RETAIL) Transaction CustID License Key
- Connectors->Sphere RETAIL TC Link Password
- Connectors->Sphere Patientfront (Ecomm) Transaction CustID
- Connectors->Sphere Patientfront (Ecomm) Transaction CustID License Key
- Connectors->Sphere Ecomm TC Link Password
- Global to store pin code required for confirmation of voids/credits (Note this code is not provided by Sphere. This is specific to your OpenEMR instance to control access to users that are allowed to perform void/credit.)
- Connectors->Sphere Void/Credit Confirmation PIN
- Global to set to production mode (Don't turn this on until testing mode is working.):
- Connectors->Set Gateway to Production Mode
- Some things that also need to ensure for this module to work:
- Need to be using https
- The global Connectors->Site Address Override needs to be correct
Make Payment From Clinic Interface
Make Payment From Patient Portal Interface
Void or Credit Payment