I am new to magento, after I create my site, I want to integrate a payment gateway. My question are
1) How do I integrate payment gateway and which payment gateway should I use?
2) Can I use free version of magento for commercial purpose ?
3) After integrating the payment gateway, when customer buys a product, does magento charge transaction fees ? (Important question)
4) How much percentage does the payment gateway(paypal or ony other) charge when customer buys a product ?
1
votes
Your merchant account charges transaction fees, Magento just generates the orders.
- Fiasco Labs
2 Answers
1
votes
0
votes
- By default Magento (Community Edition) provides many popular payment methods, like: Paypal Payments Advanced (Includes Express Checkout), Paypal Payments Pro, Paypal Payments Standard, Paypal Payflow Pro, Check / Money Order, Cash on Delivery, Authorize.net etc.
You can set up any of them by logging into admin panel, go to System --> Configuration --> Payment Methods
If you want to use any custom payment methods, you can get many of them from magento connect.
Yes, free version of magento (Community edition) is the most popular version of Magento and has all security aspects.
Magento does not charge any transaction fees.
To know transaction fees of any payment gateway, you can refer to their official website. For example: For Paypal (https://www.paypal.com/webapps/mpp/merchant-fees)
Hope this helps.