#phillips-connect-fundsflow
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- phillips-connect-express, 2 days ago, 36 messages
Hi, how can we help? codename_duchess is not available at the moment, but I am happy to help!
are you able to view our conversation with codename_duchess. I have certain questions to ask please
Can you summarize the ask here?
okay.
I have my application where two types of users there.
1-Customers
2-contractors.
Customers pays the amount to my stripe account for the work that contractors have done.
I am creating customers in my stripe account and creating contractor account in stripe connect.
Attached first screenshot is of contractor account in my stripe account
second screenshot is of customers in our stripe account.
How can we transfer 80% of the amount to the contractor account when customers pays through my application. 20% will come into my stripe account.
Can you confirm which connect account type you're using? Standard? Express? Custom?
Express
phillips-connect-fundsflow
@fringe cloud see https://docs.stripe.com/connect/charges
What you want is likely the Destination Charges flow https://stripe.com/docs/connect/destination-charges that lets you charge a Customer for $100, keep $20 for yourself and transfer $80 to that connected account (for the contractor)
There are many methods given there. How the flow will work with respect to coding.
Customers pay out the fee and some percentage will go to customer account.
Sorry. I am having hard time undersating the flow with respect to coding. I work in nodejs
will i have to run two seperate APIs?
first customer pays.
than i will run another api? (destination chargess)
There aren't "many methods" though. There are 3 canonical flows for Connect. The first step is to pick the right one for you. The second step is to apply that right one to your code.
My assumption is that you want Destination Charges. And that flow is cleanly documented, in all languages on https://stripe.com/docs/connect/destination-charges with example code for those languages including Node.js.
i got the flow for destination charges. I am confused that first how the customer will pay the fee first?
I don't know what those words mean sorry. Please try and explain this more clearly with a detailed example
i am sorry for this.
For my better understanding i will first work on destination charges. I will get back to you.
Thanks for you time