This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
admin_menu:payments:payment_gateways:start [2010/05/24 16:31] jonyo |
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** | ||
- | {{: | + | {{: |
===== 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. | + | [[startup_tutorial_and_checklist: |
- | + | ||
- | 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 | + | |
- | | + | |
- | Paypal Standard - paypal.com | + | |
- | 2Checkout - 2checkout.com | + | |
- | Worldpay - rbsworldpay.com | + | |
- | Paypal Pro (Website Payments Pro) - paypal.com | + | |
- | Payscape - payscapeadvisors.com | + | |
- | Netcash - netcash.com | + | |
- | + | ||
- | Some of the above gateways allow you to accept the credit card information on your site and communicate that information through " | + | |
- | + | ||
- | As well as the above there are " | + | |
===== Configuring Payment Gateway Settings ===== | ===== Configuring Payment Gateway Settings ===== | ||
Line 76: | Line 58: | ||
^ Authorize.net Account Type ^ Test Mode setting at Authorize.net ^ [[#Account Status]] setting in Geo Configuration ^ | ^ Authorize.net Account Type ^ Test Mode setting at Authorize.net ^ [[#Account Status]] setting in Geo Configuration ^ | ||
| Normal Account | Normal | Live | | | Normal Account | Normal | Live | | ||
- | | Normal Account | Test Mode | Live | | + | | Normal Account | Test Mode((Recurring billing will **not function** using a normal authorize.net account that is in **test mode**. |
- | | Test Account((You can sign up for an Authorize.net test account from http:// | + | | Test Account((You can sign up for an Authorize.net test account from http:// |
</ | </ | ||
Line 90: | Line 72: | ||
Some gateways require configuration changes on the //gateway side//((Not in the Geo admin panel, but rather at the payment processor' | Some gateways require configuration changes on the //gateway side//((Not in the Geo admin panel, but rather at the payment processor' | ||
- | **Notes On a Recurring Billing Orders** | + | === Notes On a Recurring Billing Orders |
- | * Only 1 recurring billing item((Like a user subscription)) is able to be paid for at a time in the same recurring billing order. | + | * Only 1 recurring billing item((Like a user subscription)) is able to be paid for at a time in the same recurring billing order. |
* If there is 1 or more payment gateway enabled that has recurring billing enabled, on the payment choices page only those gateways with recurring billing enabled will be displayed. | * If there is 1 or more payment gateway enabled that has recurring billing enabled, on the payment choices page only those gateways with recurring billing enabled will be displayed. | ||
* If there are no payment gateways that have recurring billing enabled, the order will be processed normally and no automatic renewals or recurring charges will be performed. | * If there are no payment gateways that have recurring billing enabled, the order will be processed normally and no automatic renewals or recurring charges will be performed. | ||
- | * Each payment gateway can have it' | + | * Each payment gateway can have its own "user agreement" |
- | **Payment Gateway specific Recurring Billing Limitations** | + | === Payment Gateway specific Recurring Billing Limitations |
The limitations listed below are due to limitations in how each payment gateway works, these are not something specific to the Geodesic software. | The limitations listed below are due to limitations in how each payment gateway works, these are not something specific to the Geodesic software. | ||
Line 110: | 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. | * 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. | ||
* The recurring billing can only last for 99 cycles. | * The recurring billing can only last for 99 cycles. | ||
- | |||
- | ===== 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. | ||
- | |||
- | The problem is that owing to each gateway' | ||
- | |||
- | / | ||
- | |||
- | 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. | ||
- | |||