Zen Cart Logo
Forums / Addon Payment Modules / How to make a new payment module?

How to make a new payment module?

Locked

Views: 987

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
11 Nov 2010, 4:26 PM
#1
napster avatar

napster

New Zenner

Join Date:
Nov 2010
Posts:
1
Plugin Contributions:
0

How to make a new payment module?

Hello

I'm new at Zen Cart. I want to make a new simple payment module for a new gateway.

This module needs these items for request:
$amount, $callBackUrl

and these ones for verify:
$amount

Where can i find a toturial for it?

11 Nov 2010, 4:40 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: How to make a new payment module?

I do not believe that a tutorial specific to this exists
There is quite a bit of programming/flow in the wiki

You might be best off selecting one of the written payment modules that most closely matches the requirements you are being given to see how these things are handled.

As payment is a very sensitive function you will want to insure that what ever you write does not provide a security breech that could be exploited