New getpaid payment processor that uses payment form hidden fields to pass information to payment processor site

View: New views
9 Messages — Rating Filter:   Alert me  

New getpaid payment processor that uses payment form hidden fields to pass information to payment processor site

by duffyd :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi,

I'm wanting to create a new getpaid payment processor that uses payment
form hidden fields to pass information to the payment processor site and
I found getpaid.verkkomaksut[1] that appears to do something like this.
Taito - would that be right? Is there any other payment processors that
people can point me to that implements this kind of approach? N.B. I
want to use the standard PloneGetPaid cart integration just present a
payment form that contains hidden fields with payment processor specific
information (ala. info that will get submitted via the post request) and
getpaid.verkkomaksut seems to override the CheckoutReviewAndPay browser
view to achieve this.

Thanks,
Tim

[1]
http://code.google.com/p/getpaid/source/browse/getpaid.verkkomaksut/trunk/getpaid/verkkomaksut/browser/checkout.py


--~--~---------~--~----~------------~-------~--~----~
GetPaid for Plone: http://www.plonegetpaid.com (overview info) | http://code.google.com/p/getpaid (code and issue tracker)
You received this message because you are subscribed to the Google Groups "getpaid-dev" group.
To post to this group, send email to getpaid-dev@...
To unsubscribe from this group, send email to getpaid-dev+unsubscribe@...

For more options, visit this group at
http://groups.google.com/group/getpaid-dev?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: New getpaid payment processor that uses payment form hidden fields to pass information to payment processor site

by Taito Horiuchi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hello Tim,

getpaid.luottokunta also uses hidden fields like getpaid.verkkomaksut.

Taito


> Hi,
>
> I'm wanting to create a new getpaid payment processor that uses payment
> form hidden fields to pass information to the payment processor site and
> I found getpaid.verkkomaksut[1] that appears to do something like this.
> Taito - would that be right? Is there any other payment processors that
> people can point me to that implements this kind of approach? N.B. I
> want to use the standard PloneGetPaid cart integration just present a
> payment form that contains hidden fields with payment processor specific
> information (ala. info that will get submitted via the post request) and
> getpaid.verkkomaksut seems to override the CheckoutReviewAndPay browser
> view to achieve this.
>
> Thanks,
> Tim
>
> [1]
> http://code.google.com/p/getpaid/source/browse/getpaid.verkkomaksut/trunk/getpaid/verkkomaksut/browser/checkout.py

--~--~---------~--~----~------------~-------~--~----~
GetPaid for Plone: http://www.plonegetpaid.com (overview info) | http://code.google.com/p/getpaid (code and issue tracker)
You received this message because you are subscribed to the Google Groups "getpaid-dev" group.
To post to this group, send email to getpaid-dev@...
To unsubscribe from this group, send email to getpaid-dev+unsubscribe@...

For more options, visit this group at
http://groups.google.com/group/getpaid-dev?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: New getpaid payment processor that uses payment form hidden fields to pass information to payment processor site

by duffyd :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Mon, 2009-10-19 at 06:16 +0300, Taito Horiuchi wrote:
> Hello Tim,
>
> getpaid.luottokunta also uses hidden fields like getpaid.verkkomaksut.

Ok, great. Have you ever experienced any issues with people
hacking/modifying the values in the POST request or any other security
vulnerabilities like that?

Thanks again,
Tim

>
> Taito
>
>
> > Hi,
> >
> > I'm wanting to create a new getpaid payment processor that uses payment
> > form hidden fields to pass information to the payment processor site and
> > I found getpaid.verkkomaksut[1] that appears to do something like this.
> > Taito - would that be right? Is there any other payment processors that
> > people can point me to that implements this kind of approach? N.B. I
> > want to use the standard PloneGetPaid cart integration just present a
> > payment form that contains hidden fields with payment processor specific
> > information (ala. info that will get submitted via the post request) and
> > getpaid.verkkomaksut seems to override the CheckoutReviewAndPay browser
> > view to achieve this.
> >
> > Thanks,
> > Tim
> >
> > [1]
> > http://code.google.com/p/getpaid/source/browse/getpaid.verkkomaksut/trunk/getpaid/verkkomaksut/browser/checkout.py
>
> >


--~--~---------~--~----~------------~-------~--~----~
GetPaid for Plone: http://www.plonegetpaid.com (overview info) | http://code.google.com/p/getpaid (code and issue tracker)
You received this message because you are subscribed to the Google Groups "getpaid-dev" group.
To post to this group, send email to getpaid-dev@...
To unsubscribe from this group, send email to getpaid-dev+unsubscribe@...

For more options, visit this group at
http://groups.google.com/group/getpaid-dev?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: New getpaid payment processor that uses payment form hidden fields to pass information to payment processor site

by Hannes Calitz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Tim

If I understand what you are looking for correctly, you can also have a look at getpaid.vcs and getpaid.netcash. Both of these send hidden form values to the payment gateway site.

Hannes

2009/10/22 Tim Knapp <duffyd@...>

On Mon, 2009-10-19 at 06:16 +0300, Taito Horiuchi wrote:
> Hello Tim,
>
> getpaid.luottokunta also uses hidden fields like getpaid.verkkomaksut.

Ok, great. Have you ever experienced any issues with people
hacking/modifying the values in the POST request or any other security
vulnerabilities like that?

Thanks again,
Tim

>
> Taito
>
>
> > Hi,
> >
> > I'm wanting to create a new getpaid payment processor that uses payment
> > form hidden fields to pass information to the payment processor site and
> > I found getpaid.verkkomaksut[1] that appears to do something like this.
> > Taito - would that be right? Is there any other payment processors that
> > people can point me to that implements this kind of approach? N.B. I
> > want to use the standard PloneGetPaid cart integration just present a
> > payment form that contains hidden fields with payment processor specific
> > information (ala. info that will get submitted via the post request) and
> > getpaid.verkkomaksut seems to override the CheckoutReviewAndPay browser
> > view to achieve this.
> >
> > Thanks,
> > Tim
> >
> > [1]
> > http://code.google.com/p/getpaid/source/browse/getpaid.verkkomaksut/trunk/getpaid/verkkomaksut/browser/checkout.py
>
> >





--~--~---------~--~----~------------~-------~--~----~
GetPaid for Plone: http://www.plonegetpaid.com (overview info) | http://code.google.com/p/getpaid (code and issue tracker)
You received this message because you are subscribed to the Google Groups "getpaid-dev" group.
To post to this group, send email to getpaid-dev@...
To unsubscribe from this group, send email to getpaid-dev+unsubscribe@...

For more options, visit this group at
http://groups.google.com/group/getpaid-dev?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: New getpaid payment processor that uses payment form hidden fields to pass information to payment processor site

by duffyd :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Thu, 2009-10-22 at 13:32 +0200, Hannes Calitz wrote:
> Hi Tim
>
> If I understand what you are looking for correctly, you can also have
> a look at getpaid.vcs and getpaid.netcash. Both of these send hidden
> form values to the payment gateway site.

Are they in the getpaid svn repository as I can't seem to see the code
there?

Thanks,
Tim

>
> Hannes
>
> 2009/10/22 Tim Knapp <duffyd@...>
>        
>         On Mon, 2009-10-19 at 06:16 +0300, Taito Horiuchi wrote:
>         > Hello Tim,
>         >
>         > getpaid.luottokunta also uses hidden fields like
>         getpaid.verkkomaksut.
>        
>        
>         Ok, great. Have you ever experienced any issues with people
>         hacking/modifying the values in the POST request or any other
>         security
>         vulnerabilities like that?
>        
>         Thanks again,
>         Tim
>        
>        
>         >
>         > Taito
>         >
>         >
>         > > Hi,
>         > >
>         > > I'm wanting to create a new getpaid payment processor that
>         uses payment
>         > > form hidden fields to pass information to the payment
>         processor site and
>         > > I found getpaid.verkkomaksut[1] that appears to do
>         something like this.
>         > > Taito - would that be right? Is there any other payment
>         processors that
>         > > people can point me to that implements this kind of
>         approach? N.B. I
>         > > want to use the standard PloneGetPaid cart integration
>         just present a
>         > > payment form that contains hidden fields with payment
>         processor specific
>         > > information (ala. info that will get submitted via the
>         post request) and
>         > > getpaid.verkkomaksut seems to override the
>         CheckoutReviewAndPay browser
>         > > view to achieve this.
>         > >
>         > > Thanks,
>         > > Tim
>         > >
>         > > [1]
>         > >
>         http://code.google.com/p/getpaid/source/browse/getpaid.verkkomaksut/trunk/getpaid/verkkomaksut/browser/checkout.py
>         >
>         > >
>        
>        
>        
>        
>
>
> >
>
>


--~--~---------~--~----~------------~-------~--~----~
GetPaid for Plone: http://www.plonegetpaid.com (overview info) | http://code.google.com/p/getpaid (code and issue tracker)
You received this message because you are subscribed to the Google Groups "getpaid-dev" group.
To post to this group, send email to getpaid-dev@...
To unsubscribe from this group, send email to getpaid-dev+unsubscribe@...

For more options, visit this group at
http://groups.google.com/group/getpaid-dev?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: New getpaid payment processor that uses payment form hidden fields to pass information to payment processor site

by Hannes Calitz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Indeed they are :)

http://getpaid.googlecode.com/svn/getpaid.vcs/
http://getpaid.googlecode.com/svn/getpaid.netcash/

2009/10/22 Tim Knapp <duffyd@...>

On Thu, 2009-10-22 at 13:32 +0200, Hannes Calitz wrote:
> Hi Tim
>
> If I understand what you are looking for correctly, you can also have
> a look at getpaid.vcs and getpaid.netcash. Both of these send hidden
> form values to the payment gateway site.

Are they in the getpaid svn repository as I can't seem to see the code
there?

Thanks,
Tim
>
> Hannes
>
> 2009/10/22 Tim Knapp <duffyd@...>
>
>         On Mon, 2009-10-19 at 06:16 +0300, Taito Horiuchi wrote:
>         > Hello Tim,
>         >
>         > getpaid.luottokunta also uses hidden fields like
>         getpaid.verkkomaksut.
>
>
>         Ok, great. Have you ever experienced any issues with people
>         hacking/modifying the values in the POST request or any other
>         security
>         vulnerabilities like that?
>
>         Thanks again,
>         Tim
>
>
>         >
>         > Taito
>         >
>         >
>         > > Hi,
>         > >
>         > > I'm wanting to create a new getpaid payment processor that
>         uses payment
>         > > form hidden fields to pass information to the payment
>         processor site and
>         > > I found getpaid.verkkomaksut[1] that appears to do
>         something like this.
>         > > Taito - would that be right? Is there any other payment
>         processors that
>         > > people can point me to that implements this kind of
>         approach? N.B. I
>         > > want to use the standard PloneGetPaid cart integration
>         just present a
>         > > payment form that contains hidden fields with payment
>         processor specific
>         > > information (ala. info that will get submitted via the
>         post request) and
>         > > getpaid.verkkomaksut seems to override the
>         CheckoutReviewAndPay browser
>         > > view to achieve this.
>         > >
>         > > Thanks,
>         > > Tim
>         > >
>         > > [1]
>         > >
>         http://code.google.com/p/getpaid/source/browse/getpaid.verkkomaksut/trunk/getpaid/verkkomaksut/browser/checkout.py
>         >
>         > >
>
>
>
>
>
>
> >
>
>





--~--~---------~--~----~------------~-------~--~----~
GetPaid for Plone: http://www.plonegetpaid.com (overview info) | http://code.google.com/p/getpaid (code and issue tracker)
You received this message because you are subscribed to the Google Groups "getpaid-dev" group.
To post to this group, send email to getpaid-dev@...
To unsubscribe from this group, send email to getpaid-dev+unsubscribe@...

For more options, visit this group at
http://groups.google.com/group/getpaid-dev?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: New getpaid payment processor that uses payment form hidden fields to pass information to payment processor site

by duffyd :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Thu, 2009-10-22 at 14:07 +0200, Hannes Calitz wrote:
> Indeed they are :)
>
> http://getpaid.googlecode.com/svn/getpaid.vcs/
> http://getpaid.googlecode.com/svn/getpaid.netcash/

Yeah, I saw that but I only got as far as:
http://getpaid.googlecode.com/svn/getpaid.vcs/trunk/src/
and then there's no more source.

-Tim

>
> 2009/10/22 Tim Knapp <duffyd@...>
>        
>         On Thu, 2009-10-22 at 13:32 +0200, Hannes Calitz wrote:
>         > Hi Tim
>         >
>         > If I understand what you are looking for correctly, you can
>         also have
>         > a look at getpaid.vcs and getpaid.netcash. Both of these
>         send hidden
>         > form values to the payment gateway site.
>        
>        
>         Are they in the getpaid svn repository as I can't seem to see
>         the code
>         there?
>        
>         Thanks,
>         Tim
>        
>         >
>         > Hannes
>         >
>         > 2009/10/22 Tim Knapp <duffyd@...>
>         >
>         >         On Mon, 2009-10-19 at 06:16 +0300, Taito Horiuchi
>         wrote:
>         >         > Hello Tim,
>         >         >
>         >         > getpaid.luottokunta also uses hidden fields like
>         >         getpaid.verkkomaksut.
>         >
>         >
>         >         Ok, great. Have you ever experienced any issues with
>         people
>         >         hacking/modifying the values in the POST request or
>         any other
>         >         security
>         >         vulnerabilities like that?
>         >
>         >         Thanks again,
>         >         Tim
>         >
>         >
>         >         >
>         >         > Taito
>         >         >
>         >         >
>         >         > > Hi,
>         >         > >
>         >         > > I'm wanting to create a new getpaid payment
>         processor that
>         >         uses payment
>         >         > > form hidden fields to pass information to the
>         payment
>         >         processor site and
>         >         > > I found getpaid.verkkomaksut[1] that appears to
>         do
>         >         something like this.
>         >         > > Taito - would that be right? Is there any other
>         payment
>         >         processors that
>         >         > > people can point me to that implements this kind
>         of
>         >         approach? N.B. I
>         >         > > want to use the standard PloneGetPaid cart
>         integration
>         >         just present a
>         >         > > payment form that contains hidden fields with
>         payment
>         >         processor specific
>         >         > > information (ala. info that will get submitted
>         via the
>         >         post request) and
>         >         > > getpaid.verkkomaksut seems to override the
>         >         CheckoutReviewAndPay browser
>         >         > > view to achieve this.
>         >         > >
>         >         > > Thanks,
>         >         > > Tim
>         >         > >
>         >         > > [1]
>         >         > >
>         >
>         http://code.google.com/p/getpaid/source/browse/getpaid.verkkomaksut/trunk/getpaid/verkkomaksut/browser/checkout.py
>         >         >
>         >         > >
>         >
>         >
>         >
>         >
>         >
>         >
>         > >
>         >
>         >
>        
>        
>        
>        
>
>
> >
>
>


--~--~---------~--~----~------------~-------~--~----~
GetPaid for Plone: http://www.plonegetpaid.com (overview info) | http://code.google.com/p/getpaid (code and issue tracker)
You received this message because you are subscribed to the Google Groups "getpaid-dev" group.
To post to this group, send email to getpaid-dev@...
To unsubscribe from this group, send email to getpaid-dev+unsubscribe@...

For more options, visit this group at
http://groups.google.com/group/getpaid-dev?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: New getpaid payment processor that uses payment form hidden fields to pass information to payment processor site

by Hannes Calitz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

O.o Odd.

I will have to look into that. I attached the netcash processor. Hope it helps.

2009/10/22 Tim Knapp <duffyd@...>

On Thu, 2009-10-22 at 14:07 +0200, Hannes Calitz wrote:
> Indeed they are :)
>
> http://getpaid.googlecode.com/svn/getpaid.vcs/
> http://getpaid.googlecode.com/svn/getpaid.netcash/

Yeah, I saw that but I only got as far as:
http://getpaid.googlecode.com/svn/getpaid.vcs/trunk/src/
and then there's no more source.

-Tim

>
> 2009/10/22 Tim Knapp <duffyd@...>
>
>         On Thu, 2009-10-22 at 13:32 +0200, Hannes Calitz wrote:
>         > Hi Tim
>         >
>         > If I understand what you are looking for correctly, you can
>         also have
>         > a look at getpaid.vcs and getpaid.netcash. Both of these
>         send hidden
>         > form values to the payment gateway site.
>
>
>         Are they in the getpaid svn repository as I can't seem to see
>         the code
>         there?
>
>         Thanks,
>         Tim
>
>         >
>         > Hannes
>         >
>         > 2009/10/22 Tim Knapp <duffyd@...>
>         >
>         >         On Mon, 2009-10-19 at 06:16 +0300, Taito Horiuchi
>         wrote:
>         >         > Hello Tim,
>         >         >
>         >         > getpaid.luottokunta also uses hidden fields like
>         >         getpaid.verkkomaksut.
>         >
>         >
>         >         Ok, great. Have you ever experienced any issues with
>         people
>         >         hacking/modifying the values in the POST request or
>         any other
>         >         security
>         >         vulnerabilities like that?
>         >
>         >         Thanks again,
>         >         Tim
>         >
>         >
>         >         >
>         >         > Taito
>         >         >
>         >         >
>         >         > > Hi,
>         >         > >
>         >         > > I'm wanting to create a new getpaid payment
>         processor that
>         >         uses payment
>         >         > > form hidden fields to pass information to the
>         payment
>         >         processor site and
>         >         > > I found getpaid.verkkomaksut[1] that appears to
>         do
>         >         something like this.
>         >         > > Taito - would that be right? Is there any other
>         payment
>         >         processors that
>         >         > > people can point me to that implements this kind
>         of
>         >         approach? N.B. I
>         >         > > want to use the standard PloneGetPaid cart
>         integration
>         >         just present a
>         >         > > payment form that contains hidden fields with
>         payment
>         >         processor specific
>         >         > > information (ala. info that will get submitted
>         via the
>         >         post request) and
>         >         > > getpaid.verkkomaksut seems to override the
>         >         CheckoutReviewAndPay browser
>         >         > > view to achieve this.
>         >         > >
>         >         > > Thanks,
>         >         > > Tim
>         >         > >
>         >         > > [1]
>         >         > >
>         >
>         http://code.google.com/p/getpaid/source/browse/getpaid.verkkomaksut/trunk/getpaid/verkkomaksut/browser/checkout.py
>         >         >
>         >         > >
>         >
>         >
>         >
>         >
>         >
>         >
>         > >
>         >
>         >
>
>
>
>
>
>
> >
>
>





--~--~---------~--~----~------------~-------~--~----~
GetPaid for Plone: http://www.plonegetpaid.com (overview info) | http://code.google.com/p/getpaid (code and issue tracker)
You received this message because you are subscribed to the Google Groups "getpaid-dev" group.
To post to this group, send email to getpaid-dev@...
To unsubscribe from this group, send email to getpaid-dev+unsubscribe@...

For more options, visit this group at
http://groups.google.com/group/getpaid-dev?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---



getpaid.netcash.zip (57K) Download Attachment

Re: New getpaid payment processor that uses payment form hidden fields to pass information to payment processor site

by duffyd :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Thu, 2009-10-22 at 14:16 +0200, Hannes Calitz wrote:
> O.o Odd.
>
> I will have to look into that. I attached the netcash processor. Hope
> it helps.

Thanks!

>
> 2009/10/22 Tim Knapp <duffyd@...>
>        
>         On Thu, 2009-10-22 at 14:07 +0200, Hannes Calitz wrote:
>         > Indeed they are :)
>         >
>         > http://getpaid.googlecode.com/svn/getpaid.vcs/
>         > http://getpaid.googlecode.com/svn/getpaid.netcash/
>        
>        
>         Yeah, I saw that but I only got as far as:
>         http://getpaid.googlecode.com/svn/getpaid.vcs/trunk/src/
>         and then there's no more source.
>        
>         -Tim
>        
>        
>         >
>         > 2009/10/22 Tim Knapp <duffyd@...>
>         >
>         >         On Thu, 2009-10-22 at 13:32 +0200, Hannes Calitz
>         wrote:
>         >         > Hi Tim
>         >         >
>         >         > If I understand what you are looking for
>         correctly, you can
>         >         also have
>         >         > a look at getpaid.vcs and getpaid.netcash. Both of
>         these
>         >         send hidden
>         >         > form values to the payment gateway site.
>         >
>         >
>         >         Are they in the getpaid svn repository as I can't
>         seem to see
>         >         the code
>         >         there?
>         >
>         >         Thanks,
>         >         Tim
>         >
>         >         >
>         >         > Hannes
>         >         >
>         >         > 2009/10/22 Tim Knapp <duffyd@...>
>         >         >
>         >         >         On Mon, 2009-10-19 at 06:16 +0300, Taito
>         Horiuchi
>         >         wrote:
>         >         >         > Hello Tim,
>         >         >         >
>         >         >         > getpaid.luottokunta also uses hidden
>         fields like
>         >         >         getpaid.verkkomaksut.
>         >         >
>         >         >
>         >         >         Ok, great. Have you ever experienced any
>         issues with
>         >         people
>         >         >         hacking/modifying the values in the POST
>         request or
>         >         any other
>         >         >         security
>         >         >         vulnerabilities like that?
>         >         >
>         >         >         Thanks again,
>         >         >         Tim
>         >         >
>         >         >
>         >         >         >
>         >         >         > Taito
>         >         >         >
>         >         >         >
>         >         >         > > Hi,
>         >         >         > >
>         >         >         > > I'm wanting to create a new getpaid
>         payment
>         >         processor that
>         >         >         uses payment
>         >         >         > > form hidden fields to pass information
>         to the
>         >         payment
>         >         >         processor site and
>         >         >         > > I found getpaid.verkkomaksut[1] that
>         appears to
>         >         do
>         >         >         something like this.
>         >         >         > > Taito - would that be right? Is there
>         any other
>         >         payment
>         >         >         processors that
>         >         >         > > people can point me to that implements
>         this kind
>         >         of
>         >         >         approach? N.B. I
>         >         >         > > want to use the standard PloneGetPaid
>         cart
>         >         integration
>         >         >         just present a
>         >         >         > > payment form that contains hidden
>         fields with
>         >         payment
>         >         >         processor specific
>         >         >         > > information (ala. info that will get
>         submitted
>         >         via the
>         >         >         post request) and
>         >         >         > > getpaid.verkkomaksut seems to override
>         the
>         >         >         CheckoutReviewAndPay browser
>         >         >         > > view to achieve this.
>         >         >         > >
>         >         >         > > Thanks,
>         >         >         > > Tim
>         >         >         > >
>         >         >         > > [1]
>         >         >         > >
>         >         >
>         >
>         http://code.google.com/p/getpaid/source/browse/getpaid.verkkomaksut/trunk/getpaid/verkkomaksut/browser/checkout.py
>         >         >         >
>         >         >         > >
>         >         >
>         >         >
>         >         >
>         >         >
>         >         >
>         >         >
>         >         > >
>         >         >
>         >         >
>         >
>         >
>         >
>         >
>         >
>         >
>         > >
>         >
>         >
>        
>        
>        
>        
>
>
> >
>
>


--~--~---------~--~----~------------~-------~--~----~
GetPaid for Plone: http://www.plonegetpaid.com (overview info) | http://code.google.com/p/getpaid (code and issue tracker)
You received this message because you are subscribed to the Google Groups "getpaid-dev" group.
To post to this group, send email to getpaid-dev@...
To unsubscribe from this group, send email to getpaid-dev+unsubscribe@...

For more options, visit this group at
http://groups.google.com/group/getpaid-dev?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---