> --
> 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.
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.
> --
> 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.
> 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.
>> --
>> 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
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.
> 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:
>>> --
>>> 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.
> 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.
>> 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:
>>>> --
>>>> 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.
> --
> 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.
On Fri, Aug 3, 2012 at 4:33 PM, Darryl Dixon <darryl.di...@gmail.com> wrote:
> I've already written this; it is packaged as a plugin for Plone's payment
> framework 'GetPaid', but the core is reusable; see - getpaid.pxpay on PyPi.
> On 3 August 2012 14:18, Jonathan Harker <jonathanhar...@gmail.com> wrote:
>> 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.
>>> 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:
>>>>> --
>>>>> 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.
>> --
>> 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.
> --
> 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.