This part is true for my site as well:<p>> What I found was that a number of customers filled
> in our order form, went off to Paypal or Google
> Checkout, but never completed the order.<p>On my site, I've made all the numbers public. Over the last 6 months, roughly 25% of people start questions, but then don't pay.<p>Compare these 2 charts. The first shows the number of paid questions per week:<p><a href="http://www.wpquestions.com/charts/howManyQuestionsPerWeek" rel="nofollow">http://www.wpquestions.com/charts/howManyQuestionsPerWeek</a><p>and this shows the questions that people started but then never paid for:<p><a href="http://www.wpquestions.com/charts/howManyUnpaidQuestionsPerWeek" rel="nofollow">http://www.wpquestions.com/charts/howManyUnpaidQuestionsPerW...</a><p>I'm guessing that the numbers would improve if we weren't using PayPal, so next week I'm planning to try to use Stripe.<p>However, I am sad to say, for making payments I am still stuck with PayPal for awhile, as I can not see anything else that is so easy. On any given day my website gets something like $70 and pays out something like $50. Right now I've a cron job that runs once a night and which pays everyone who is owed money from my PayPal account. But the payments are usually small. On a normal night, at 3 AM EST, my PayPal account makes payments that might look like this:<p>$24<p>$14<p>$12<p>$9<p>$7<p>$7<p>$5<p>$4<p>$4<p>$3<p>$3<p>$3<p>$2<p>$2<p>$2<p>$2<p>$1<p>$1<p>$1<p>$1<p>$1<p>$1<p>$1<p>$1<p>$1<p>$1<p>$1<p>$1<p>$1<p>$1<p>$1<p>$1<p>$1<p>I use the PayPal MassPay API. I've looked into other services for sending payments, such as Payoneer, but none have such wide acceptance as PayPal.<p>Any suggestions for sending automated payments, other than PayPal?