User Tools

Site Tools


admin_menu:payments:payment_gateways:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
admin_menu:payments:payment_gateways:start [2011/12/12 19:58]
jonyo [Current Payment Gateways Supported]
admin_menu:payments:payment_gateways:start [2016/04/02 23:08] (current)
rdowen2016 [Payment Gateways]
Line 3: Line 3:
 Payment Gateways in the software can be configured **Site Wide** and **Per User Group**  Payment Gateways in the software can be configured **Site Wide** and **Per User Group** 
  
-{{:admin_menu:payments:payment_gateways:payment_gateways.png|}}+{{:admin_menu:payments:payment_gateways:payment_gateways.jpg|}} 
  
 ===== Payment Gateway Columns ===== ===== Payment Gateway Columns =====
Line 29: Line 30:
 ===== Current Payment Gateways Supported ===== ===== Current Payment Gateways Supported =====
  
-The following credit card gateways are supported by the software.  Through these you can accept credit card payments once you have setup an account with them.  You must have an account that accepts payment over the Internet from ecommerce sites.  Many of them provide accounts where you must actually have the "card in-hand"...this is not that type of account. +[[startup_tutorial_and_checklist:feature_configuration:payments:start|A list of available Payment Gateways is here]]
- +
-  Authorize.net AIM - authorize.net (website) +
-  Paytrace - paytrace.com +
-  Linkpoint - linkpoint.com +
-  Moneris - moneris.com (Canada) +
-  Payflow Pro (purchased by Paypal) paypal.com +
-  NoChex - nochex.com +
-  Payment Express - paymentexpress.com +
-  Paypal Standard - paypal.com +
-  2Checkout - 2checkout.com +
-  Worldpay - rbsworldpay.com +
-  Paypal Pro (Website Payments Pro) - paypal.com +
-  Payscape - payscapeadvisors.com +
-  Netcash - netcash.com +
-  CashU - cashu.com (Added in Version 6) +
- +
-Some of the above gateways allow you to accept the credit card information on your site and communicate that information through "secure back channels" over the Internet while others force the client to their site where the credit card information is collected.  The client is then redirected back to your site after the payment is made.  You will need to decide what type of payment gateway you wish by researching them. +
- +
-As well as the above there are "local" payment gateways provided by the software like: Cash, Check, Money Order and Account Balance. +
 ===== Configuring Payment Gateway Settings ===== ===== Configuring Payment Gateway Settings =====
  
Line 111: Line 92:
     * Recurring billing **disabled** at the code level, because there is no way to check on status of recurring billing, and Linkpoint does not send any signals when the status changes.  In other words, if user stops paying, the software would never know.     * Recurring billing **disabled** at the code level, because there is no way to check on status of recurring billing, and Linkpoint does not send any signals when the status changes.  In other words, if user stops paying, the software would never know.
     * The recurring billing can only last for 99 cycles.  So if you have defined one cycle to last a month, after 99 months the recurring billing will essentially be automatically canceled.     * The recurring billing can only last for 99 cycles.  So if you have defined one cycle to last a month, after 99 months the recurring billing will essentially be automatically canceled.
- 
-===== My Payment Gateway Does Not Appear in the List ===== 
- 
-If the payment gateway does not appear in the list that does not mean that it can never be within the system.  Each payment gateway has their own way of communication.  Though some payment gateways may seem very close to another there are always differences that require something specific in their coding.  Any payment gateway can be added to the system as long at that payment gateway has a "portal" that the software can "communicate with" to pass information and get a proper response from to "approve" a transaction.  If the payment gateway you need has this ability it can most likely be added to the system as a viable payment option.   
- 
-The problem is that owing to each gateway's unique nature each gateway must be programmed into the system at the php code level.  We have done most of the work in creating a  new gateway when we recoded the 4.0 version.  Within the 4.0 version we moved most of the common php code used by all gateways out of the individual payment gateway integration files.  This leaves only the few unique pieces that each individual gateway needs to communicate with its own gateway system.  If you wish to try to code this gateway yourself into the system and feel you have the required php skills look at the following file in your system: 
- 
-/classes/payment_gateways/_cc_template.php 
- 
-By looking at that file you should then be able to insert the necessary code to communicate with your payment gateway and receive the proper response our system needs. 
- 
  
  
admin_menu/payments/payment_gateways/start.1323719915.txt.gz · Last modified: 2014/09/25 16:55 (external edit)