Question

payments among users

  • 10 January 2023
  • 1 reply
  • 18 views

Badge +1

Hi,

I would like to integrate payments among users depending on products they offer other users. I already implemented subscription on Revenuecat. However, I couldnt have found a sample or article for managing payments among users of the application. Is it possible to integrate such a feature through Revenuecat?


1 reply

Userlevel 4
Badge +6

Hi @SemihErdogan ,

RevenueCat uses StoreKit and Google Play Billing to accomplish in-app purchases, so you have to pass Apple's/Google's guidelines on how those systems can be used in your app. Here are Apple's guidelines: https://developer.apple.com/app-store/review/guidelines/#business 
 
It sounds like you would need to keep track of the purchases each user makes and pay out based on them. RevenueCat can help with counting the purchases each user makes but you'll have to do the bulk of the payout process yourself.

Reply