ios - programmatically send money in native app BUT with delay -


here's use case i'm trying support:

i have 3 native app users a, b , c. on day one, users , b manually make commitment send user c $20 7 days day 1 based on successful completion of action user c. app retains logic determine if user c has completed action , if so, programmatically sends payment user c on behalf of users , b on day seven.

1) above supported paypal? (assuming transaction completed @ service layer, not app layer)

i've researched https://developer.paypal.com/webapps/developer/docs/api/#create-a-batch-or-single-payout seems geared toward one many relationship between merchant , multiple payees.

what need support many many relationship between users aren't merchants https://www.paypal.com/webapps/mpp/send-money-online

2) if not, there alternate providers can support above?

this looks more server based app ios clients. clients make commitment server, when action completed server sent information , dispenses cash recipient.


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -