#stephy
1 messages · Page 1 of 1 (latest)
What exactly are you trying to do?
I have some vendors and they have to pay me a commision in every month end .. how can i pull that commission amount from thir account? what are the steps needed for that?
What is an 'account' in this context?
i think to do connected account concept
Hey! Taking over for my colleague. Are these commission depending on charges from end customer or you want to charge your Connected Account on a monthly basis regardless of their end customer's charges ?
avery month commsion would change ..becuse commision calculated in the basis of how many projects they completed..so after one month the admin have to pull the amount from their bank account to admin stripe account how it possible?
I think You can consider those Connected Account as normal end customer and use Stripe Subscription
So for each Connected Account you create a related Stripe Customer Object on the platform Account
how would this? can you clear me about this? am not understand fully
You build a subscription integration same for normal end customers:
https://stripe.com/docs/billing/subscriptions/build-subscriptions
In your case the end customers will be your connected Account.
cant we use ach method to do this?
yes you can use ACH with Subscription:
https://stripe.com/docs/billing/subscriptions/ach-debit