Re: Django payment gateway with subscription management

2013-03-27 Thread Venkatraman S
And any other options other than that .. to be used Internationally? I know of ... chargify, ccavenue, spreedly, fusebill, merchee, cheddargetter, chargify, zuora etc. Am trying to do a comparison between all these possible services in terms of their fees and also features. On Wed, Mar 6, 2013

Re: Django payment gateway with subscription management

2013-03-11 Thread Silviu Dicu
one suggestion: - stripe has subscription built in, you don't need to keep the data on your server. you can use stripe.js to send directly the payment info to stripe. -silviu On Tuesday, 5 March 2013 15:34:33 UTC-5, Jaimin Patel wrote: > > Hello, > > We are evaluating different payment

Re: Django payment gateway with subscription management

2013-03-11 Thread Jaimin Patel
Thanks Pankaj. Is there any step by step tutorial to integrate this. I tried to follow the documentation, and not sure how to integrate from this step - http://django-stripe-payments.readthedocs.org/en/latest/templatetags.html Thanks. On Wednesday, March 6, 2013 3:09:00 AM UTC-5, psjinx

Re: Django payment gateway with subscription management

2013-03-06 Thread Pankaj Singh
Hey Jaimin, For recurring submissions managed by Stripe, have a look at https://github.com/eldarion/django-stripe-payments Sincerely, Pankaj Singh http://about.me/psjinx On Wed, Mar 6, 2013 at 2:27 AM, Jaimin Patel wrote: > Yes, we are USA based and I come across stripe.

Re: Django payment gateway with subscription management

2013-03-05 Thread Jaimin Patel
Yes, we are USA based and I come across stripe. It seems very developer friendly. Is there any example on setting up recurring payments using stripe? On Tuesday, March 5, 2013 3:47:06 PM UTC-5, Mayukh Mukherjee wrote: > > Stripe if you're in the us (am not sure which other countries they've >

Re: Django payment gateway with subscription management

2013-03-05 Thread Mayukh Mukherjee
Stripe if you're in the us (am not sure which other countries they've rolled out to). On Tue, Mar 5, 2013 at 3:34 PM, Jaimin Patel wrote: > Hello, > > We are evaluating different payment gateways for subscription management > for one of the app which requires the

Django payment gateway with subscription management

2013-03-05 Thread Jaimin Patel
Hello, We are evaluating different payment gateways for subscription management for one of the app which requires the subscription based model (monthly, 6 months, year). I checked different packages available here - https://www.djangopackages.com/grids/g/payment-processing/ Though I am