Hello,
I’m developing a social platform populated by two kind of users:
- Contents consumers;
- Contents producers;
This service requires the following payment system:
1) Contents consumers buy on-demand credits to unlock special contents;
2) Customer producers receive payments from the platform (each month), and the amount is based on how many of their contents have been accessed by Contents consumers;
For payment 1) I can easily use Stripe or Braintree and charge Current Users’ credit cards, but what do you suggest for payment 2) ?
“Stripe connect payouts” works in US only, and I’m based in Italy (so I can’t use it).
PayPal has the “payout” feature, but I don’t find any plugin that implements it.
How would you implement this payment system?
Best,
M