0

In my app, I want users to be able to add money to their account, and send it to other members when certain services are rendered.

Is there a safe and straightforward to do this with Parse.com? If not, is there a third party someone can recommend?

CodyBugstein
  • 21,984
  • 61
  • 207
  • 363

1 Answers1

1

Parse actually released something for mobile payment processing. It's called 'Stripe.' http://stripe.com/

tash
  • 189
  • 1
  • 15
  • But I'm looking for some way to let users add funds to their account and then securely store their balance and transfer to other users – CodyBugstein Jul 13 '15 at 14:51