api - Programmatically sending money (from a business) via Paypal with just a users email address -


we're trying setup incentive program in our work place, want setup self service incentive program each user gets "points" completing various tasks , after threshold able convert them points money. want use email addresses/phone numbers method pay them. inbuilt paypal send money feature.

is possible via 1 of apis? i've looked through api's , can see receiving money, not sending money....

i have liked use square cash not available in country (we're not strictly tied paypal if there alternative service accomplish goal)

if have business paypal account can use masspay send payments account specifying email address.

https://developer.paypal.com/webapps/developer/docs/classic/products/mass-pay/

the other option use adaptive payments send implicit payments account user. can specify email address, , if want pay fees transaction can specify in call.

https://developer.paypal.com/webapps/developer/docs/classic/adaptive-payments/gs_adaptivepayments/


Comments

Popular posts from this blog

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -