I have a node.js web application which at times needs to send a user money knowing only their email address. This is essentially the same thing as PayPal's send money interface, but needs to be programatically executed.
I've seen this post which suggest using their newer Adaptive Payments API to do this, however nowhere in the docs or examples do I see how to send money from my account to an email address.
Is my only option to dive into the MassPay API which paypal is moving away from?