Hi all! I need to create a payment module for Zen Cart. I'm using the latest version of Zen Cart. My bank offers a payment system with credit card, they need some information such as order id, total amount, etc. They also want two url, ok and ko page, that are the pages that are called after collecting the cc details (on their website) and checking for the payment. I tried looking at other paymen modules, but didn't find any info. Also, the payment page on the wiki is almost empty, not useful at all. Since the payment is performed by their system, I just need to know something: for example, is the order inserted in the db at checkout? This way I can be sure it's in the db, just in case something goes wrong in the payment process. After this, when the user selects "mypayment", I need to forward the user to the bank website, adding some variables in post such as order id etc. After the payment process, the system will call either the ok or ko page, where I can update the order statu, setting it to payed or to error. In case of error I could contact the user or something like that. Any help would be really appreciated.
thanks






