paypal - How to pay users on Android -


i know best way this:

users of android app gain points use app. can 'check out' points money paypal or bank account

the app should take money out of app's paypal account , transfer users bank or paypal account.

any suggestions?

the payment app users not happen on android app. instead, payment can triggered either user actions (for example clicking on "pay" button) or other events "user has gained enough points , payment done @ end of month", etc.

the payment app users' paypal account can done calling paypal payouts api or mass pay api on server. payouts api rest api , mass pay classic uses nvp/soap. check here docs:

https://developer.paypal.com/docs/payouts/

the payouts api , mass pay api can used pay lot of people in call, it's recommended list of users , pay them @ same time, say, @ end of week or month.

or, in cumbersome way, can have script telling users , how pay periodically, month, , ask customer service person / assistance or whoever trust money manually pay through paypal account. know it's funny, it's way useful if there aren't lot of users pay, or can before automated process in place. merchants this, , i'm trying list ways can through paypal, , leaving decision you. ;-p


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -