Stripe charges me (in Australia) 2.7% + 30cents for each transaction processed, Visa, Mastercard or American Express. No other fees that are typically charged by other alternatives (Authorize.net) monthly fee, annual fee, chargeback fee etc... it is very much the simplest and most direct... payments are batch transferred to you account on a 7 day rolling cycle. Again this is as good as any other alternative. If you have a fixed amount to charge it can be implemented within 5 minutes using their js code for checkout.
For a manual form you can use their custom implementation or Massimo's code above with his library... If you want a custom payment system you will have to write the code to pass that to the stripe server when you are charging for the service... Oh also... verifying your business takes about 2 minutes... and you definitely wont beat that. Stripe has nothing to do with PayPal you host it on your site... (must be https... get a certificate from start.com for free) so there is NO PayPal tax... On Wednesday, 2 April 2014 09:41:32 UTC+10, Matheus Cardoso wrote: > > So, if someone uses Stripe, he will pay only the fee from Stripe and this > will cover the PayPal's tax? > > On Monday, March 31, 2014 6:57:14 AM UTC-3, Mika Sjöman wrote: >> >> Hi >> >> I wonder if anyone here has implemented recurring payments with Paypal >> here with Web2py? Any experience with this and how to implement it? >> >> We currently charge people for lessons with our teachers, but we would >> like to go over to a payment model where we automatically charge the >> customers every month. >> >> Is there a better way of doing this than Paypal? Market is mostly US and >> China based. >> >> Cheers >> > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

