Jump to content

How Do I Develop Payment Module Using My Local Bank Html Form


dejikuye

Recommended Posts

Hello, I'm trying to develop a payment module for my local store using my local bank html form

 

I created the module name file and code structure as follow:

 

class ModuleName extends PaymentModule{

function __construct() {

}

function install() {

}

function uninstall() {

}

}

 

But I really don't where to use the html form and where to go from here. Any help will be appreciate.

Edited by dejikuye (see edit history)
Link to comment
Share on other sites

you have an extremely long way to go from that blank html form, to a complete payment module. Way out of scope for a forum post.

 

If you are serious about attempting this on your own, then you should perhaps review the Check or Bankwire module and adapt it to your needs. You should also read the developer guide on how to create a module.

 

If this becomes something you require professional help from, that is a service I can offer to you. You can send me a PM for more details.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...