#thiagonovato

1 messages · Page 1 of 1 (latest)

glad rivetBOT
waxen hamlet
#

hello! Can you share your account id so that I can take a closer look at how your integration works? You can find your account id by logging in to https://dashboard.stripe.com/settings/account. It'll be in the upper right hand corner and looks like acct_123

sterile scarab
#

my software is not yet in production, so I have no financial movement

#

but, is here: acct_1Jk1ufIvN5ELWmwt

waxen hamlet
#

to clarify, you were planning to use Connect?

sterile scarab
#

I'll give you my example. I'm a software house and I'm developing a SaaS for gym management. Gyms will pay me to use my software, and gyms will get paid monthly from their members.

waxen hamlet
#

alright, you could create a Customer for each Gym, and then create a Subscription to charge them

#

was this what you were already planning to do and if it is, what concerns do you have about it?

sterile scarab
#

Initially I planned to receive the gym's monthly fee in my stripe account, and each gym must enable a stripe account so that the student's monthly fee already falls directly into their stripe account.

#

Now I thought of doing it differently, using only my stripe account to receive everything, whether it be the monthly fees the gym pays me, or the monthly fees the students pay to the gyms.

#

And create a way of monthly directing the amounts due to each gym.

waxen hamlet
#

how would you plan to pay out to the gyms? would you be doing it outside of Stripe?

sterile scarab
#

That's what I'm looking to know. Does Stripe have any automation for this?

#

Example: a student pays for a gym, but I am the one who receives the money in my stripe account, and whenever that money drops, the stripe already identifies which gym it refers to and automatically directs the amount to it.

#

I imagine it would be something like a marketplace. A seller pays Saas to use the software, but the sale is made by the software, which in turn takes the money and then transfers it to the seller's account.

waxen hamlet
#

if you're using Connect, then yes, Stripe has automation for this - you can use this page as a starting guide : https://stripe.com/docs/connect to see how it works for the flow you're looking at

sterile scarab
#

Great!

#

I'll read.