#marius_code
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1498581233611833384
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- marius_code, 3 days ago, 31 messages
So, basically what i want is need to payout my driver every monday from my main strip account.
if need to add more deatils we can add but no need to add the onboarding process.
without onboading process can we make payout?
No, you cannot make payouts without completing the onboarding/verification process for connected accounts. Even if you have all the driver's bank details, Stripe requires identity verification and regulatory compliance (KYC/AML) before enabling payouts. This is a legal requirement, not just a Stripe thing.
can we make this process automatically. bcz its feeli occward to send the driver to make the onboarding process.?
bcz we are genrating the onboarding link and we are sending them to fill and make verification. that process i need to do automaticaly.
can we make this process automatically. bcz its feeli occward to send the driver to make the onboarding process.?
Hmmm, the most automated way is that you can choose to usecustomconnected accounts instead ofexpress, this means that you (the Platform) supply the driver's bank details yourself, and other documents like identity document verification (passport/ID).
So in essence you will handle the verificiation and onboarding process for the Driver
this is my code and i have use the express when create the account. can you please help me to do this bcz i don't want manual process and how you will complete the KYC process when we do auto matically
Let me clarify, your driver (the connected account) will need to have their own Connected Account in order to receive Payouts.
Onboarding + Verification is necessary to create a Connected Account
You can either:
-
Create an onboarding link for your driver, for them to onboard and upload documents themselves
-
Upload those documents youself, but this would mean, you as the platform account would have to collect and ask these drivers for details themselves
Option 1 is easy because you just send them a link and they onboard themselves, Option 2 would require more "manual" work from you to get their documents,
this is the doc that explains to you our various onboarding options: https://docs.stripe.com/connect/onboarding
As per this when new driver is created i need to create the connected account. then need to create or genrate the link and need to send the driver to that strip onboarding page and make them to fill form.
am i right ? there is no automatic process or api we have base on that we can compete this stuff automatically from our side?
am i right ? there is no automatic process or api we have base on that we can compete this stuff automatically from our side?
If you choose to create the onboarding link for them, then Stripe handles the onboarding. I believe thats the most automatic it can get.
See below:
Use Stripe-hosted onboarding if you want Stripe to handle onboarding and reduce the amount of effort for your platform.
docs: https://docs.stripe.com/connect/onboarding#stripe-hosted-onboarding
am i right ? there is no automatic process or api we have base on that we can compete this stuff automatically from our side?
Could you clarify what exactly you mean by automatic process?
Means i have its bank details, Driver info and phone numer and other required stuff. so i do not want to send driver on onbording page from my app only i can do that automatically and complete this automaticall or you can say dynemicaly.
i can do that automatically
What do you mean here by you can do that automatically? Do you mean you just want to upload the bank details and then the payout gets sent to the Driver?
yes
Is your platform account based in the US or UK? From my understanding of the code, it is based in Italy?
From my understanding of the code, it is based in Italy?
yes, its Italy
Ah ok, then this is not possible for Platform Accounts based in Italy. We have a feature called Global Payouts [0] that does this, but it is only available for US and UK platform accounts
So, your options will be what i mentioned here
I'd suggest you read through this documentation here first: https://docs.stripe.com/connect/onboarding it lists down what kinds of onboarding methods are available, and which suits what scenario
ok
I want to implement an express checkout feature. Is it possible to automatically deduct a commission from each payment, send the remaining amount instantly to the driver’s account, and transfer the commission to the main platform account?
Also, in this setup, would the driver still need to complete an onboarding process?
send the remaining amount instantly to the driver’s account
In order for the driver to receive the amount, they would need a connected account, so yes, they would still need to be onboarded to Stripe as a Connected Account.
And how much commission you will take for this
hey there - taking over as my colleague needs to step away
you can find out about the pricing for Stripe Connect here: https://stripe.com/connect/pricing
I'm afraid I'm not able to advise on this, since the Connect fee depends on your Connect setup and configuration, and we're not pricing experts in Discord
what is strip fees per 1 ride.
I'm not familiar with the fee structure for your account, but you can view our default pricing here: https://stripe.com/pricing
for specific questions about your account's pricing, I recommend contacting our support team: https://support.stripe.com/?contact=true
when we are doing on boarding at that time do we need to make any payment???
not if the account isn't active (i.e. actively processing transactions): https://stripe.com/connect/pricing
sorry can you please give me littel brif on this
the fee for Stripe Connect is monthly and is calculated based on the number of payouts processed + number of active accounts
if an account doesn't receive any funds, and isn't 'active' (i.e. didn't receive any funds in that month), then there's no fee for that account
do you know any percentage ??
again, it depends on your configuration:
-if you control pricing for your connected accounts: (€2 per active account monthly) + (0.25% + €0.10 per payout)
-if Stripe manages pricing for your connected accounts: No extra fee to you