'Where can I deposit PayPal funds?
I'm developing an iOS application that allows the user to purchase coins with In-App Purchase and send them to other users. Users who receive coins can withdraw them (receive real money) by entering their PayPal email. I will associate my PayPal account as a system to receive the receipts from the App Store and I will use the PayPal Payouts API (connected to the same PayPal account that receives moneys) in a Django backend to allow withdrawals.
Since PayPal is not a bank, I need a place to deposit money that could then be withdrawn fast without limits. The problem is that since I don't know how many users I will have I can't use a regular bank account/credit card since they have a limit in the number of transactions per day/week/month.
I know there are services like Stripe but I wouldn't know how to integrate them with In-App Purchase and withdraws. Any advice on where/how to deposit money maybe through some service?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|