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
Post a Comment