Implementing tipping jar feature using in-app purchases

I’m trying to build an application which has a feature to tip other users. I was initially using stripe connect so it was pretty easy to send money to the tip receiver. But Apple said I cannot use stripe and I need to use in app purchases. Now, I want to implement the tip jar feature using the in app purchases but I’m not sure how I’m going to send the money to the person receiving the tip. In stripe, I was creating stripe connected account of the person and them sending him the money. How can I send money using Apple’s in app purchases? Thanks in advance .

Implementing tipping jar feature using in-app purchases
 
 
Q