#Dogukan - credits
1 messages · Page 1 of 1 (latest)
Hi there. It sounds like Connect is what you're looking for
It sounds like you would have a platform account as the main account, connect accounts for each seller, and then the customers would just be customer objects in Stripe (if I'm understanding your flow correctly)
Yes, i am using connect right now but customer buy "in-app credits" and buy products with "in-app credits". When customer buy in-app credits, payment redirects to main account. If customer buy products, in app credits transfer to seller. When seller payout credits, main account transfer to seller's bank account
There's not a way to model these credits within Stripe so that the Connect account and platform account can maintain a balance of these credits and then transfer them, etc
You'll have to model that on your end
So, I can use account and customer model in stripe and balance property. Am i correct?