-1

I'm developing a free Android app and I want to sell a digital service inside the app. The price of this service is 1 €, so the 0.35 € commission of PayPal is just crazy. The solution could be micropayment system (about 0.10 € of commission in PayPal). Is it possible to include a PayPal micropayment inside my app (kind of PayPal in-app micropayment)? How could I do it? In case it is not possible, which other alternatives could you recommend?

Thanks a lot and kind regards!

Eu Román
  • 165
  • 1
  • 1
  • 11

1 Answers1

1

PayPal requires a separate account for micropayments, and their micropayment rate will be charged on all purchases from that account.

According to their site, you will need to sign up for a Business Account, then contact support to get the account enabled for their 5cents + 5% micropayment rate.

After that, you can integrate PayPal with your app normally, but using your micropayment-enabled account.

Maximillian Laumeister
  • 19,884
  • 8
  • 59
  • 78
  • Thank you so much, Maximillian! It really helped! I've updated my account to a Business one and asked for a micropayments rate. Now, I only have to wait, but is being processed :) – Eu Román Jul 18 '15 at 16:33