Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

E-Commerce Modules /

Discuss about the various e-commerce modules available:
Ecommerce, SS Shop, SilverCart and SwipeStripe
Alternatively, have a look the shared mailinglist.

Moderators: martimiz, Nicolaas, Sean, Ed, frankmullenger, biapar, Willr, Ingo, Jedateach, swaiba

Paymate Payment


Go to End


10 Posts   5075 Views

Avatar
Brady.Dyer

Community Member, 21 Posts

13 January 2009 at 7:31pm

Has anyone setup the New Zealand "paypal" equiverlant website, www.paymate.co.nz to work with SS?

Going to try set it up for a website I'm running the e-commerce module on but thought I should ask first if someone else had already done this seeing as its a NZ merchant.

Avatar
boombox

Community Member, 44 Posts

18 February 2009 at 9:49pm

Hi Brad
I have integrated the payment Module from www.paymex.co.nz - another NZ based credit card payment facility
They provide an excellent reliable service and it takes minutes to set up an account with Paymex
It is very easy to integrate into the E-commerce module (one PaymexPayment.php in the code directory file plus additions to _config.php) and good documentation.

Its a Sub-class of Payment that supports the Paymex Start-Up account as its payment processor
* The Start-Up account allows us to redirect the customer to a secure payment page, and be returned back to Paymex
* upon success.
Original version written by Paymex Limited with support from Jack Pivac (Delphinus) July 2008

You can download the code from http://www.paymex.co.nz/kb.aspx?id=30

So give it a try!

Regards Karl

Avatar
TotalNet

Community Member, 181 Posts

25 March 2009 at 12:48pm

If you're still interested in Paymate I have a payment method in development for this and would appreciate any testing.
It's not an overly complicated method and you should be able to use it in production as is, just needs more work on handling the response.

Let me know if you want me to send it.

Cheers,

Richard

Avatar
boombox

Community Member, 44 Posts

2 April 2009 at 10:13am

Edited: 02/04/2009 10:13am

Greetings Richard
I'd be keen to assist with testing this code out - can you want to post a zip file up and I can test this

Avatar
TotalNet

Community Member, 181 Posts

2 April 2009 at 1:50pm

Great thanks for that.

What versions of SS and ecommerce are you running? Same goes for anyone else interested ...

The last stable build of ecommerce (0.5.2) doesn't really work with SS 2.3+ and there are some huge changes between 0.5.2 and the current trunk version (which works better with SS v2.3).

Because of this, I am re-coding the Paymate payment class to work on the current trunk version of ecommerce and am mostly there, just have to get my head around (intelligently) dealing with payment records and receipt emails.

Should have a working version by the end of the week and will post it then.

Cheers,

Rich

Avatar
Jedateach

Forum Moderator, 238 Posts

24 July 2009 at 12:19pm

How is that paymate payment method going? I was about to start writing one myself, until I saw this thread.

Avatar
Brady.Dyer

Community Member, 21 Posts

24 July 2009 at 12:22pm

In the end I didn't need to implement credit card payments on the site... so never tried to get this working... But if you get something make sure ya post it up =D

Avatar
Jedateach

Forum Moderator, 238 Posts

24 July 2009 at 12:23pm

Ok fair enough. Do you have any half-finished code?

Go to Top