(E-Commerce) Create a new Payment Gateway

Tips : Create a new Payment Gateway

e-Commerce can be integrated with several payment gateways around the globe. Its just matter of doing so.

Creating a payment gateway means creating a new module. Your module should be named appropriately so that others will recognize it and desire to use it as well. For the purposes of this tutorial, we shall call ours *mygateway*.

e-Commerce Version 4

COMING SOON!

e-Commerce Version 3

Your module should contain the following functions:

function mygateway_menu -Put all your menu items here, just like with any other Drupal module

function mygateway_help- Provide some description of your module

function mygateway_settings- This will be the settings that you need to use your payment gateway provider, such as username and password, plus any other settings that control HOW your module should behave either within Drupal or as it interacts with your payment gateway provider.

| Read more..

Courtesy : Drupalecommerce.org