Integrating Braintree (and PayPal) - GoRails
Thanks for covering another ecommerce tool! Does braintree handle paypal type payouts? What I mean by that is can you send money via just an email thru their api? I've been combing through their docs and I'm not seeing anything.
I imagine you're wanting to build something like that into your own app rather than using PayPal's? You'd probably need to custom build that if you want your app to have that sort of functionality. You could integrate with Sendgrid or something for inbound email that is addressed to your app to handle it.