[web2py] Re: Payment gateway working app using AuthorizNet

2017-02-06 Thread Ron Chatterjee
There seem to be some bug or something because I implemented it and the payment didn't go through . Any doc to support the module? On Tuesday, January 31, 2017 at 8:56:41 PM UTC-5, Massimo Di Pierro wrote: > > There is an example in gluon/contrib/AuthorizeNet.py but I do not think > anybody used

[web2py] Re: Payment gateway working app using AuthorizNet

2017-01-31 Thread Massimo Di Pierro
There is an example in gluon/contrib/AuthorizeNet.py but I do not think anybody used that in year. On Monday, 30 January 2017 15:35:00 UTC-6, Ron Chatterjee wrote: > > Is there a fully working version of payment gateway using AuthorizeNet > that anyone can share? > > -- Resources: - http://web

Re: [web2py] Re: Payment gateway

2015-12-28 Thread Ron Chatterjee
Appliance came to rescue. Works like a champ! https://github.com/mdipierro/web2py-appliances/tree/master/PosOnlineStore On Monday, December 21, 2015 at 2:12:33 PM UTC-5, Ron Chatterjee wrote: > > Was looking for something similar to this as an example (model, view, > controller) > > http://www

Re: [web2py] Re: Payment gateway

2015-12-21 Thread Ron Chatterjee
Was looking for something similar to this as an example (model, view, controller) http://www.micahcarrick.com/django-authorize-net-payments.html On Monday, December 21, 2015 at 2:58:35 AM UTC-5, Mathieu Clabaut wrote: > > I have,'t seen anything up to date for paypal… > But there is a working

Re: [web2py] Re: Payment gateway

2015-12-20 Thread Mathieu Clabaut
I have,'t seen anything up to date for paypal… But there is a working base for stripe on gluon/contrib/stripe.py On Sun, Dec 20, 2015 at 8:55 PM Ron Chatterjee wrote: > Is there a .w2p example with forms and payment processing to look at? Not > sure if slice is updated for paypal etc. > > > On

[web2py] Re: Payment gateway

2015-12-20 Thread Ron Chatterjee
Is there a .w2p example with forms and payment processing to look at? Not sure if slice is updated for paypal etc. On Saturday, December 19, 2015 at 10:34:33 PM UTC-5, Anthony wrote: > > Have you looked at this yet: > http://web2py.com/books/default/chapter/29/14/other-recipes#Accepting-credit-

[web2py] Re: Payment gateway

2015-12-19 Thread Anthony
Have you looked at this yet: http://web2py.com/books/default/chapter/29/14/other-recipes#Accepting-credit-card-payments There is also https://github.com/web2py/web2py/blob/master/gluon/contrib/paymentech.py. On Saturday, December 19, 2015 at 9:32:41 PM UTC-5, Ron Chatterjee wrote: > > Any good