[google-appengine] Re: Processing payments using Paypal, python SDK

2016-09-23 Thread mark a
simple paypal processing http://www.payolee.com/paypal-recurring-payments On Thursday, January 2, 2014 at 4:52:23 PM UTC-5, Robert Avram wrote: > > I'm trying to figure out how to process payments using paypal python sdk > and google app engine. > the following code seems to work, but I can't

[google-appengine] Re: Processing payments using Paypal, python SDK

2014-03-18 Thread james maringa
How did you add the sdk to the app engine project? It's been giving me trouble On Friday, January 3, 2014 12:52:23 AM UTC+3, Robert Avram wrote: I'm trying to figure out how to process payments using paypal python sdk and google app engine. the following code seems to work, but I can't

Re: [google-appengine] Re: Processing payments using Paypal, python SDK

2014-03-18 Thread Vinny P
You need to copy the SDK files into your application's folder. See the explanation here: http://stackoverflow.com/a/14851686 - -Vinny P Technology Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com On Tue, Mar 18, 2014 at 7:52 AM, james

[google-appengine] Re: Processing payments using Paypal, python SDK

2014-01-07 Thread Robert Avram
I checked out Stripe.com.. It seems pretty good. Paypal would still be my personal choice so far. It has a UI for the business to track their sales, etc also the customer that I'm developing for is a big fan of established names. Thanks for the input though , I'll definitely keep it in mind for

[google-appengine] Re: Processing payments using Paypal, python SDK

2014-01-06 Thread Kaan Soral
If you are inside US you probably didn't notice this, which is good for you, however there is a HUGE barrier around payment services It's extremely hard to accept payments, you have to be a company at least and procedures after that are blurry For example you can only use stripe from

[google-appengine] Re: Processing payments using Paypal, python SDK

2014-01-06 Thread Doug Anderson
Stripe is working hard to expand their international support (add Canada to your list along with 8 other countries currently in beta). But I would agree that PayPal has the best international/currency support. With PayPal I can be located in the U.S. and accept payments in a variety of

[google-appengine] Re: Processing payments using Paypal, python SDK

2014-01-06 Thread Kaan Soral
I was set on Braintree last time I assessed the market, currently deciding on how to incorporate locally, Braintree seems to have the widest coverage for a simplistic/elegant solution similar to Stripe I think Paypal is a major turn off from many aspects, I would use a layer similar to

[google-appengine] Re: Processing payments using Paypal, python SDK

2014-01-05 Thread Jamie Niemasik
+1. I've been using Stripe in my GAE app for the past year and it's been a terrific experience. The API is clean and intuitive, and you can give your users a simple flow (either with the nice views that Stripe provides, or with your own custom UI). Unless you have to use Paypal, I'd start with

[google-appengine] Re: Processing payments using Paypal, python SDK

2014-01-04 Thread Doug Anderson
My advice would be to use Stripe.com for processing payments. You'll be amazed at how easy it is to get started AND customers don't have to leave your site! (I'm not associated with Stripe in any way... just using it with App Engine and can attest to its ease of use) I may re-add PayPal at