Page 1 of 3
Payment Gateways Needed!
Posted: Wed Feb 11, 2009 7:25 am
by Daniel
I need as help developing as many payment gateways as possible for the latest version.
Google Checkout
2Checkout
AsianPay
Authorize AIM / SIM
BluePay
ccAvenue
ccNow
ChronoPay
PayPal Pro Direct Payment (US)
PayPal Express Checkout
HSBC (API)
Linkpoint Connect
Mals-E
Moneybookers
Nochex (Basic & APC)
PayJunction
PayMate
PayMex PayMex
PayOffline
PayPal Standard & IPN
Print Order Form
Protx (VPS Form)
psiGate
SECPay
Verisign
WorldPay Junior
Total Web Solutions
I have already added Protx, but itts untested as I do not have a Protx account.
Its going to take me a while to get thorugh each one so if anyone can help that would be great.
Re: Payment Gateways Needed!
Posted: Thu Feb 12, 2009 4:27 am
by SparxGroup
Ooh, do PayMate next! Please
I have PayMate module for the old OpenCart that I paid somebody to do, if that would help you?
Also Bank Deposit module and Cheque is a must.....
Re: Payment Gateways Needed!
Posted: Thu Feb 12, 2009 5:55 pm
by JNeuhoff
I am working on the new Google Checkout module. It will be different from the other payment module as it has to implement an express checkout where the user doesn't have to log into OpenCart (this restriction is because of Google's Terms & Conditions).
Re: Payment Gateways Needed!
Posted: Sat Feb 14, 2009 9:01 am
by Daniel
I'm in the process of setting up 20+ payment gateway systems.
I will need testers to help me confirm all the modules work correctly.
Re: Payment Gateways Needed!
Posted: Sat Feb 14, 2009 10:16 am
by mikeweb
Yeah so many systems
The systems I want to add are
- iDeal (widely used (and accepted) dutch bank system, each bank had its own system to pay to all banks)
- Mollie (sms mms ideal phone)
- TargetPay (sms mms ideal phone)
etc.
Re: Payment Gateways Needed!
Posted: Sat Feb 14, 2009 12:57 pm
by SparxGroup
Daniel thats awesome! Your doing amazing work... Is there a possiblity of using a simpler to use interface like Opencart 0 in the backend? Also can as have a multi template option? How OpenCart 0 was structured with the catalog/template was awesome

Re: Payment Gateways Needed!
Posted: Sat Feb 14, 2009 5:38 pm
by CChris
@Daniel - If I can, I would like to be your Testing-Guy ^^
@SparxGroup: ASAF there is yet no way to change the Backend - the 1.1.x System is using a completely different framework than the 0.7.9 Versions...
Maybe there is a Way to change the Templates - but there are no othere admin-templates for this time..
And I think, the New Admin-CP is very easy to go... ?!
Re: Payment Gateways Needed!
Posted: Sun Feb 15, 2009 1:18 am
by Daniel
I'm thinking of putting the multiple template system back, but i'm trying to work out how to structure the files.
Re: Payment Gateways Needed!
Posted: Tue Feb 17, 2009 8:22 am
by tifosi
Willing tester. PHP5 developer.
Paypal express
NoChex
Google checkout
S
Re: Payment Gateways Needed!
Posted: Tue Feb 24, 2009 12:08 am
by pradeeps
Hi,
I would love to work as tester for the same. Please tell me more.
Waiting for your reply,
Re: Payment Gateways Needed!
Posted: Wed Feb 25, 2009 12:14 am
by airfox
I'm happy to volunteer as tester for Worldpay and SecPay (now PayPoint.net) I have active gateway accounts with both
Re: Payment Gateways Needed!
Posted: Fri Feb 27, 2009 4:23 am
by SparxGroup
I am happy to test PayMate, I have had alot of experience with these guys.
Would also be willing for a donation to get the PayMate module up and running faster,
Also we need Bank Deposit module, and multiple flat rate shipping options!

Re: Payment Gateways Needed!
Posted: Fri Mar 13, 2009 10:27 pm
by JNeuhoff
I have done a new Google Checkout module for Opencart 0.7.9 which I plan to port to Opencart 1.x. However, unlike other payment modules, Google Checkout can only be implemented as an express checkout scenario. It will consist of a normal adminstrative module, a checkout controller, and a module which generates the Google checkout button. The user will not be required to log into his Opencart account (This is a requirement of Google's Terms & Conditions!)
Re: Payment Gateways Needed!
Posted: Thu Mar 19, 2009 2:43 pm
by lepe
I'm done with the WorldPay module but I need to test it with a real account. I will receive one soon. After testing, I will upload my module, or if someone need it ASAP, I can handle the last version (tested only with public test ids).
Re: Payment Gateways Needed!
Posted: Fri Mar 20, 2009 3:13 am
by Qphoria
I got Authorize.Net AIM finished but I'm trying to find the best way to handle errors.
One thing that I added to 0.x for integrated modules is the ability to display the server error on the checkout page. Basically just setting the session->error variable to the errors from the payment module, If there were errors, then redirect back to checkout_confirm and set the error variable = session->error. This way if the customer entered the wrong credit card number and clicked send, it would error and return them back to the checkout_confirm page with the error at the top explaining the trouble.
Is there a way we can get that added to 1.x? or is there another way you recommend?
Re: Payment Gateways Needed!
Posted: Wed Apr 08, 2009 3:20 am
by Dayo
Did the moneybookers module for zencart and gallery2 so will have a bash at it for this as well.
Re: Payment Gateways Needed!
Posted: Wed Apr 08, 2009 7:19 pm
by phpuk
Hi,
I have some time this afternoon so I will have a look at Nochex.
Phil.
Start your clocks from now...
Re: Payment Gateways Needed!
Posted: Wed Apr 08, 2009 7:56 pm
by phpuk
Nochex Done!
Time taken: 25 mins
See attached zip.
That makes two payment gateways I have completed for this project now.
Protx - Daniel had a release but had a couple of issues so I fixed those and added some extra functionality.
Nochex - Daniel had the basic payment framework in place and I wrote the code to drive the payment method.
It's not difficult with the payment gateway templates already done.
Phil.
Re: Payment Gateways Needed!
Posted: Wed Apr 08, 2009 9:26 pm
by Daniel
This is great!
I'm going to include this in the next release.
Many thanks!
Re: Payment Gateways Needed!
Posted: Wed Apr 08, 2009 10:17 pm
by iloveopencart
Someone mentioned that it would be nice to have an offline credit card payment module. I saw that Qphoria created one for OpenCart0 recently and was hoping he could write it for OpenCart v1.2.5+ as well.