Adding new payment method on Magento Community 1.6.2 - magento

I'm developing an e-commerce site using magento community 1.6.2. I need to use Knet as my payment gateway (Kuwait local payment system). They use a php-java bridge to connect their system with magento. Magento wiki tutorials are not helping, they are not showing the admin side.
How can I add this payment method to magento.

Developing a Magento extension is not an easy task, and payment gateway integrations are not easy to work with.
I can recommend you to hire a professional to do the job for you and you just install the module on your Magento store.
Regards.

Related

goldmoney payment gateway implementation in Magento

I planned to build a ECommerce website in Magento. In this, I need goldmoney payment method for checkout. I searched about goldmoney payment for Magento, but I didn't get any valuable result.
Please someone help me to get this done and suggest me other ways to get this done.
Also suggest me how can i create developer account for testing in goldmoney.
goldmoney pay button only available. But that will not suitable for Magento.
Note: I am not much knowledge about goldmoney payment method or gateway.
If the payment integration doesn't exist, you'll need to create one.
To integrate a new payment method in Magento 1 you'll need to:
know about the payment API and workflow
create a (payment) module for Magento
There are plenty of material about creating payment module for magento out there. Here are some of them:
Inchoo
Excellence Magento Blog
A quick wizard for creating payment module

Wholesaler uses Magento SOAP API v2 - does this mean I'm restricted to using Magento?

I've recently got in contact with a wholesaler who stocks products matching my site.
They offer an API to process orders, and automatically check their stock - which is appealing to me as it would save me time.
They have provided me PHP code, but the references are to Magentos SOAP API v2.
Is it possible to use Shopify instead of Magento, or am I stuck using Magento for my site?
Thanks for your time

add a payment fee when using PayPal using Magento 1.9.1

I am a about to start a very small webshop using magento.
I would like to charge a small payment fee for using PayPal, I've tried multiple plugins but none of them were accepted by paypal.
Any solutions out there?
You can charge customer fee with this free Magento extension, This is the reference link: http://www.magentocommerce.com/magento-connect/paypal-payment-fee.html

How to create a custom credit card payment module in magento 1.7

I am using magento 1.7 and want to create a custom credit card module for magento 1.7.
How can I code for this.
I am very new with magento and I am trying to create credit card payment method for ICICI bank.
Please guide. Any web link or sample code would be highly appreciated.
you can use below of 2 links which very useful to you to make your own custom extension for payment gateway in magento
just go throw
magento payment extension
or
create magento payment module
hope this will sure help you.
Check this to understand how payment gateways work.
...and this may help you in creating a payment method

amazon payment integration with magento

I want to integrate Amazon payment and Amazon fulfillment with magento. Can anyone tell me which extension (free or paid) will be best?
Check the below Magento connect page. This may helps you.
http://www.magentocommerce.com/magento-connect/catalogsearch/result/?q=amazon+payment&pl=0
Check the customer reviews and functionality it have and chose any one.
According Magentocommerce the latest version is 1.4.0
But this is outdated. You'll find a newer version (1.4.3 at this time) on GitHub
So I recommend to check GitHub in future (too).

Resources