Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Best NZ payment gateway

Received: by 10.236.83.111 with SMTP id p75mr30736yhe.5.1343960317525;
        Thu, 02 Aug 2012 19:18:37 -0700 (PDT)
X-BeenThere: nzpug@googlegroups.com
Received: by 10.236.120.244 with SMTP id p80ls7259705yhh.0.gmail; Thu, 02 Aug
 2012 19:18:36 -0700 (PDT)
Received: by 10.236.179.9 with SMTP id g9mr23943yhm.30.1343960316761;
        Thu, 02 Aug 2012 19:18:36 -0700 (PDT)
Received: by 10.236.179.9 with SMTP id g9mr23942yhm.30.1343960316737;
        Thu, 02 Aug 2012 19:18:36 -0700 (PDT)
Return-Path: <jonathanhar...@gmail.com>
Received: from mail-yx0-f170.google.com (mail-yx0-f170.google.com [209.85.213.170])
        by gmr-mx.google.com with ESMTPS id l23si1897268yhk.6.2012.08.02.19.18.36
        (version=TLSv1/SSLv3 cipher=OTHER);
        Thu, 02 Aug 2012 19:18:36 -0700 (PDT)
Received-SPF: pass (google.com: domain of jonathanhar...@gmail.com designates 209.85.213.170 as permitted sender) client-ip=209.85.213.170;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jonathanhar...@gmail.com designates 209.85.213.170 as permitted sender) smtp.mail=jonathanhar...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-yx0-f170.google.com with SMTP id l12so286026yen.29
        for <nzpug@googlegroups.com>; Thu, 02 Aug 2012 19:18:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        bh=Xk3CQWs9qgF9JDTYWP69SqmsDUAtIbzX4/bGVRkurNw=;
        b=ypPr8ZZX+EarZcyfE9UEu0n+JdH2AZ8uGMs8enN2UHVMK9jVKlqvKe/6w5AU2KRtGw
         kBUpeMAExWnvgEDAesdQajNwy56VMb19izmuxa4iUXgxZ1UZUG/INeityTJ5r3Yh+hUr
         WH2ktUt/S5GbrSiFkTYYiEZua+VeQyLMLkCUIYVIcYYH5au1k1JqGZ/AI0DDKbKvbMLH
         cX74AsSuI/DdRxuZRoOPqQ0XvbvXTkNO6bIHmMloQGo2+zU5R+mAFDKFgJYGV58CwVTH
         jYCBgC1TKicFwJzQ16e9n9BSX62wHpvsBo0Ukg0C8y85gIIh/J67fDOypSTjtw3pam42
         J+2g==
MIME-Version: 1.0
Received: by 10.50.47.196 with SMTP id f4mr244760ign.21.1343960316440; Thu, 02
 Aug 2012 19:18:36 -0700 (PDT)
Received: by 10.64.22.198 with HTTP; Thu, 2 Aug 2012 19:18:36 -0700 (PDT)
In-Reply-To: <CAOkJAqh2PCz+EaiEtniznY7LM+QqOH6fp7XB28uRGC3y7HK...@mail.gmail.com>
References: <579621ee-66ba-41df-8815-d97007b0a9a3@googlegroups.com>
	<CANbjC_gb2naV7Q_pScZVhheO9ZRAXW_RcZJeDRrEw7ps1bX...@mail.gmail.com>
	<CAOkJAqh2PCz+EaiEtniznY7LM+QqOH6fp7XB28uRGC3y7HK...@mail.gmail.com>
Date: Fri, 3 Aug 2012 14:18:36 +1200
Message-ID: <CA+aGiBXcKmZq+ntR-53xZDT7DEAjf_36uZgC0XkLz6JDOLi...@mail.gmail.com>
Subject: Re: [nzpug] Best NZ payment gateway
From: Jonathan Harker <jonathanhar...@gmail.com>
To: nzpug@googlegroups.com
Content-Type: multipart/alternative; boundary=14dae9340aa740f16504c653254f

--14dae9340aa740f16504c653254f
Content-Type: text/plain; charset=UTF-8

I wrote a Moodle plugin using the DPS PaymentExpress PxPay method, which is
much easier. This is the method that redirects you to their hosted gateway
and back, using a simple XML POST request and inspecting the XML that comes
back.

http://www.paymentexpress.com/technical_resources/ecommerce_hosted/pxpay.html

Should be a doddle in Python :-)

On 3 August 2012 13:52, Jason Taylor <killerkiwi2...@gmail.com> wrote:

> DPS has an XML web feed that you can use from any language
>
> PHP example -
> http://www.paymentexpress.com/Technical_Resources/Sample_code_-_PHP/PXXML.aspx
>
> Used DPS for years in the .net world highly recommend
>
> Cheers
>
> Jason Taylor
>
>
> On 3 August 2012 12:19, Jason Nielsen <j.lee.niel...@gmail.com> wrote:
>
>> Im working on integrating eway at the moment, they seem helpful with the
>> online chat thing. If you go with them they dont have python example code
>> but I will check with my boss and I could probably just pull out the stuff
>> I have written so far to give you a head start. we are using the Rapid API,
>> which doesnt currently have examples in any language, which took me a bit
>> to figure out (and reading though a lot of php and java makes you realise
>> why we use python, yuck).
>>
>> I unfortunately cant say how they are with day to day business since we
>> are not quite at that stage yet.
>>
>> We havent looked at anything else on your list for comparison either.
>>
>>
>> Jason
>>
>>
>> On Fri, Aug 3, 2012 at 10:03 AM, Ben Olsen <ben...@gmail.com> wrote:
>>
>>> Can any one provide their good/bad experiences with NZ payment gateways.
>>>
>>> I am integrating in into a Django app, i don't really have any specific
>>> requirements at the moment just a decent API.
>>>
>>> That ones i am currently looking into include:
>>>
>>>   Paymentexpress/DPS  Paystation  Securepaytech  flo2cash  eway
>>> Thanks Heaps
>>>
>>> Ben
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "New Zealand Python User Group" group.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msg/nzpug/-/mFLpa6IOAEwJ.
>>> To post to this group, send email to nzpug@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> nzpug+unsubscribe@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/nzpug?hl=en.
>>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "New Zealand Python User Group" group.
>> To post to this group, send email to nzpug@googlegroups.com.
>> To unsubscribe from this group, send email to
>> nzpug+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/nzpug?hl=en.
>>
>
>
>
> --
> "Weekends don't count unless you spend them doing something completely
> pointless. " - Calven
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "New Zealand Python User Group" group.
> To post to this group, send email to nzpug@googlegroups.com.
> To unsubscribe from this group, send email to
> nzpug+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/nzpug?hl=en.
>

--14dae9340aa740f16504c653254f
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

I wrote a Moodle plugin using the DPS PaymentExpress PxPay method, which is=
 much easier. This is the method that redirects you to their hosted gateway=
 and back, using a simple XML POST request and inspecting the XML that come=
s back.<br>
<br><a href=3D"http://www.paymentexpress.com/technical_resources/ecommerce_=
hosted/pxpay.html">http://www.paymentexpress.com/technical_resources/ecomme=
rce_hosted/pxpay.html</a><br><br>Should be a doddle in Python :-)<br><br>
<div class=3D"gmail_quote">On 3 August 2012 13:52, Jason Taylor <span dir=
=3D"ltr">&lt;<a href=3D"mailto:killerkiwi2...@gmail.com" target=3D"_blank">=
killerkiwi2...@gmail.com</a>&gt;</span> wrote:<br><blockquote class=3D"gmai=
l_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left=
:1ex">
DPS has an XML web feed that you can use from any language<br><br>PHP examp=
le - <a href=3D"http://www.paymentexpress.com/Technical_Resources/Sample_co=
de_-_PHP/PXXML.aspx" target=3D"_blank">http://www.paymentexpress.com/Techni=
cal_Resources/Sample_code_-_PHP/PXXML.aspx</a><br>

<br>Used DPS for years in the .net world highly recommend<br><br>Cheers<br>=
<br>Jason Taylor<div class=3D"HOEnZb"><div class=3D"h5"><br><br><div class=
=3D"gmail_quote">On 3 August 2012 12:19, Jason Nielsen <span dir=3D"ltr">&l=
t;<a href=3D"mailto:j.lee.niel...@gmail.com" target=3D"_blank">j.lee.nielse=
n...@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">Im working on=C2=A0integrating=C2=A0eway at =
the moment, they seem helpful with the online chat thing. If you go with th=
em they dont have python example code but I will check with my boss and I c=
ould probably just pull out the stuff I have written so far to give you a h=
ead start. we are using the Rapid API, which doesnt currently have examples=
 in any language, which took me a bit to figure out (and reading though a l=
ot of php and java makes you realise why we use python, yuck).<div>


<br></div><div>I=C2=A0unfortunately=C2=A0cant say how they are with day to =
day business since we are not quite at that stage yet.</div><div><br></div>=
<div>We havent looked at anything else on your list for comparison either.<=
/div>

<span><font color=3D"#888888"><div>
<br></div><div><br></div><div>Jason</div></font></span><div><div><div><br><=
br><div class=3D"gmail_quote">On Fri, Aug 3, 2012 at 10:03 AM, Ben Olsen <s=
pan dir=3D"ltr">&lt;<a href=3D"mailto:ben...@gmail.com" target=3D"_blank">b=
en...@gmail.com</a>&gt;</span> wrote:<br>


<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">Can any one provide their good/bad experienc=
es with NZ payment gateways.<div><br></div><div>I am integrating in into a =
Django app, i don&#39;t really have any specific requirements at the moment=
 just a decent API.</div>


<div><br></div><div>That ones i am currently looking into include:</div><di=
v><br></div><div>









<table style=3D"border-collapse:collapse;width:134pt" border=3D"0" cellpadd=
ing=3D"0" cellspacing=3D"0" width=3D"134">

 <colgroup><col style=3D"width:134pt" width=3D"134">
 </colgroup><tbody><tr style=3D"min-height:15.0pt" height=3D"15">
  <td style=3D"min-height:15.0pt;width:134pt" height=3D"15" width=3D"134">P=
aymentexpress/DPS</td>
 </tr>
 <tr style=3D"min-height:15.0pt" height=3D"15">
  <td style=3D"min-height:15.0pt" height=3D"15">Paystation</td>
 </tr>
 <tr style=3D"min-height:15.0pt" height=3D"15">
  <td style=3D"min-height:15.0pt" height=3D"15">Securepaytech</td>
 </tr>
 <tr style=3D"min-height:15.0pt" height=3D"15">
  <td style=3D"min-height:15.0pt" height=3D"15">flo2cash</td>
 </tr>
 <tr style=3D"min-height:15.0pt" height=3D"15">
  <td style=3D"min-height:15.0pt" height=3D"15">eway</td>
 </tr>

</tbody></table><br></div><div>Thanks Heaps</div><span><font color=3D"#8888=
88"><div><br></div><div>Ben</div>

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups &=
quot;New Zealand Python User Group&quot; group.<br>
To view this discussion on the web visit <a href=3D"https://groups.google.c=
om/d/msg/nzpug/-/mFLpa6IOAEwJ" target=3D"_blank">https://groups.google.com/=
d/msg/nzpug/-/mFLpa6IOAEwJ</a>.<br>=20
To post to this group, send email to <a href=3D"mailto:nz...@googlegroups.c=
om" target=3D"_blank">nzpug@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href=3D"mailto:nzpug%2Buns=
ubscribe@googlegroups.com" target=3D"_blank">nzpug+unsubscribe@googlegroups=
.com</a>.<br>

For more options, visit this group at <a href=3D"http://groups.google.com/g=
roup/nzpug?hl=3Den" target=3D"_blank">http://groups.google.com/group/nzpug?=
hl=3Den</a>.<br>


</font></span></blockquote></div><br></div>

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups &=
quot;New Zealand Python User Group&quot; group.<br>
To post to this group, send email to <a href=3D"mailto:nz...@googlegroups.c=
om" target=3D"_blank">nzpug@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href=3D"mailto:nzpug%2Buns=
ubscribe@googlegroups.com" target=3D"_blank">nzpug+unsubscribe@googlegroups=
.com</a>.<br>

For more options, visit this group at <a href=3D"http://groups.google.com/g=
roup/nzpug?hl=3Den" target=3D"_blank">http://groups.google.com/group/nzpug?=
hl=3Den</a>.<br>


</div></div></blockquote></div><br><br clear=3D"all"><br></div></div><span =
class=3D"HOEnZb"><font color=3D"#888888">-- <br>&quot;Weekends don&#39;t co=
unt unless you spend them doing something completely pointless. &quot; - Ca=
lven</font></span><div class=3D"HOEnZb">
<div class=3D"h5"><br><br>

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups &=
quot;New Zealand Python User Group&quot; group.<br>
To post to this group, send email to <a href=3D"mailto:nz...@googlegroups.c=
om" target=3D"_blank">nzpug@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href=3D"mailto:nzpug%2Buns=
ubscribe@googlegroups.com" target=3D"_blank">nzpug+unsubscribe@googlegroups=
.com</a>.<br>

For more options, visit this group at <a href=3D"http://groups.google.com/g=
roup/nzpug?hl=3Den" target=3D"_blank">http://groups.google.com/group/nzpug?=
hl=3Den</a>.<br>


</div></div></blockquote></div><br>

--14dae9340aa740f16504c653254f--