Difference between revisions of "Payment Gateway Addon"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(46 intermediate revisions by 9 users not shown)
Line 1: Line 1:
''This addon is available starting from [[MOR_9_documentation | MOR 9]]''
<!---This functionality is available from MOR 9--->
 
= Description =
This addon allows to use additional payment gateways.
 


A payment gateway is an e-commerce application service provider service that authorizes payments for e-businesses, online retailers, bricks and clicks, or traditional brick and mortar. It is the equivalent of a physical point of sale terminal located in most retail outlets. Payment gateways protect credit card details by encrypting sensitive information, such as credit card numbers, to ensure that information is passed securely between the customer and the merchant and also between merchant and the payment processor([http://en.wikipedia.org/wiki/Payment_gateway more...])
<br><br>
<br><br>
= 2Checkout.com =
===Payment Gateways supported by MOR===
[[Image:2checkout_klogo.png]]
<br>
http://www.2checkout.com


2checkout needs some additional configuration on your side. In order to make it work, you should login to your vendor account in 2checkout's site and do the following:
This Addon allows to use the following Payment Gateways:
* [[PayPal|PayPal]] (read more about the [[Payment Fee]])
# Go to "Account" -> "Site Management"
* [[Paysera]] (allow Credit Card mode)
# Set "Demo Setting" option to "Parameter".
* [[Vouchers]]
# Set "URL*" setting to your MOR GUI address, that is: "http://YOUR_IP/billing/"
* [[MOR_Stripe|Stripe]]
# Verify that "After completing an order, buyers should be:" setting is set to "Given links back to my website".
# Set "Approved URL" to: "http://YOUR_IP/billing/payment_gateways/integrations/two_checkout/notify".
# Set  "Pending URL" to "http://YOUR_IP/billing/payment_gateways/integrations/two_checkout/pending"


[[Image:2co_settings.png|300px]]
''Press several times to enlarge this picture.''
<br><br>
= Authorize.net =
[[Image:authorize_net_logo.gif]]
<br>
<br>
http://www.authorize.net/


 
=== Discontinued  Payment Gateways===
<br><br>
* [[PayPal Website Payments Pro technical details |PayPal PRO]]
= Google Checkout =
* [[Webmoney]]
[[Image:googlecheckout_logo.png]]
* [[LinkPoint]]
* [[Payments_configuration#CyberPlat | CyberPlat]]
* [[Ouroboros payment gateway | Ouroboros]]
* [[Authorize_net_tech_details | Authorize.net]]
* [[Hsbc_tech_details | HSBC]]
* [[2Checkout.com_technical_details | 2Checkout]]
* [[Moneybookers_tech_details | Moneybookers]]
* [[Osmp_technical_details | OSMP]]
<br>
<br>
http://checkout.google.com
=== Payment Gateway Integration ===
 
[[Image:google_checkout_settings.png|300px]]
 
<br><br>


= Moneybookers =
Please follow this short [[Payment Gateway Integration|Payment Gateway Integration guide]].
[[Image:moneybookers_logo.png]]
<br>
<br>
http://www.moneybookers.com
<br><br>
= PayPal PRO =
* [[Image:paypalpro_logo.jpg|100px]]
<br>
<br>
http://www.paypal.com/cgi-bin/webscr?cmd=_wp-pro-overview-outside


<br><br>
=Important=
= MORE PAYMENT GATEWAYS WILL BE IMPLEMENTED IN THE FUTURE! =


It is very '''important''' to use (log in with) same domain as it is set in environment.rb file, WEB_URL line, if you want to be correctly redirected after Payment Gateways payments.
<br><br>
<br><br>
=See also=
=See also=
* [[Payments]]
* [[Tax_in_amount|Tax in amount explanation]]
* [[Payment_confirmation | Suspicious Payments Confirmation ]]
* [[Payment_gateways_(PayPal_and_others)|Questions/Answers for payment gateways]]
* [[MOR Addons]]
* [[MOR Addons]]
* [[MOR_Manual#Payment_gateways | Default Payment Gateways]]

Latest revision as of 13:25, 15 January 2024

Description

A payment gateway is an e-commerce application service provider service that authorizes payments for e-businesses, online retailers, bricks and clicks, or traditional brick and mortar. It is the equivalent of a physical point of sale terminal located in most retail outlets. Payment gateways protect credit card details by encrypting sensitive information, such as credit card numbers, to ensure that information is passed securely between the customer and the merchant and also between merchant and the payment processor(more...)

Payment Gateways supported by MOR

This Addon allows to use the following Payment Gateways:


Discontinued Payment Gateways


Payment Gateway Integration

Please follow this short Payment Gateway Integration guide.

Important

It is very important to use (log in with) same domain as it is set in environment.rb file, WEB_URL line, if you want to be correctly redirected after Payment Gateways payments.

See also