1
I want to create the following environment:
Some users will create some features on my site and for each task they will receive some money.
When the user reaches a certain amount of money the user is allowed to click a button to request the money to my paypal account. Then programmatically, an invoice will be created on our paypal accounts and my business account will pay the debt.
The point is that I only managed to achieve this scenario using two business accounts (so the user of my site has to be a business account) because it was the way I found to have API credentials for creating an invoice in the user account.
But I wanted to achieve the above scenario using a common user account. Then the common user would create invoice that would be available in our Paypal accounts and my business account would pay the invoice to my user who requested payment with these conditions.
Is this scenario possible? If not, there is another option other than Invoicing by contemplating this my scenario?
We thank you in advance for any ideas!