Magento – Custom Payment Gateway Integration

payment-gateway

Can someone explain on how to integrate a custom payment gateway. I have no clue on what has to be done. The payment gateway is set in tomcat server running in another port. what should i do ?

Best Answer

Seems like have to create a payment method. In onepage checkout your payment method will appear under the Payment Method section. Once the user selects it and click on the Place Order button the user should redirect to your payment gateway. After entering relevant details in the payment gateway the user should redirect back to success or unsuccess pages accordingly.

To achieve this best thing is to find an extension which can be customized according to your requirement. Unless you'll have to build it from scratch. For that hope this will help. http://www.excellencemagentoblog.com/magento-create-custom-payment-method

Related Topic