-
Notifications
You must be signed in to change notification settings - Fork 308
pay with Balanced Payments #78
Comments
Jacob Kaplan-Moss alerted me to your issues with collecting credit card payments. Having a bunch of experience in this area, it seems PoundPay's balance payments is absolutely the way to go. Sure the take rate is high, but the hassle is higher. I would expect at least 6+ months to get a merchant account that would let you take payments for others, would likely require a vast amount of insurance on your part, and honestly is very unlikely that they would let you have it in any case. |
Thanks, @jacobian and @frankwiles. Will look seriously at PoundPay. Having been burned by a start-up (#58), I'm hesitant to put all my eggs in a basket with only 15 Twitter followers. But maybe they're part of the solution. |
Definitely understandable! Best of luck! |
Thank you. :-) On Mon, Jun 25, 2012 at 3:02 PM, Frank Wiles <
|
Let's hope they're putting their effort into product development instead of marketing. @PoundPay has 68 followers, so... |
https://twitter.com/balancedpayment/status/217338924396318720 Same problem as Stripe Platform (#58) unless we can batch somehow. Need to explore their API. |
"We don't really optimize for micro-transactions right now, but shoot me an email and I can tell you some stuff we have planned." (via Twitter) So this isn't a medium-term solution. |
nothing is optimized for micro-transactions… except Dwolla. On Jun 25, 2012, at 3:59 PM, Chad Whitacre wrote:
|
Said email:
(2) sounds like what we're doing now. I don't like how green they are relative to Braintree. First-class marketplace merchant account appeals to me more than this. |
More info here: http://sync.in/gittip-balanced |
We were configuring the balanced library at startup *and* on each request. Don't think we need each request.
We were configuring the balanced library at startup *and* on each request. Don't think we need each request.
Gittip should be buildable without a network connection.
The payday functionality was getting unweildy as a bunch of functions, so I made it a class and put it in its own submodule. Test suite is passing, tipping works TTW, and payday script is working.
https://www.poundpay.com/
https://www.balancedpayments.com/
See also #67.
The text was updated successfully, but these errors were encountered: