In this tutorial, we will see how to create payment method in magento which is api based. API based means, we will directly integrate authorize, capture, refund etc with the payment gateway using the gateway api’s.
Category Archives: Payment Method
Magento Create Custom Payment Method
In this blog post, we are going to see the basics of how to create a new payment method.
We will first see a very basic version of the payment method i.e it won’t have any payment gateway integration (e.g Cash on Delivery). Next, we will see how to create a little advanced version where we will see how to show a form for the payment method and save the values to database. Continue reading