#skillz_api
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/1268229740079349850
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hey apologies for missing this thread. Your developer is correct here, to receive payouts your users would need some kind of account with us. We do have lighter-weight account types for scenarios like that but users do need some kind of account with us to assosciate the bank account details with https://docs.stripe.com/connect/accounts
Okk now I get it. In that case, can we create this account for them where they don’t have to do anything as we’re trying to make the driver experience very seamless
So my developer said they have to do KYC and all. I feel that just makes the onboarding process for drivers more complex. We just want something simple where they complete a trip and they get paid or we get paid and pay them when they want to withdraw their earnings
We do need that KYC info one way or another. It is a regulatory requirement on us, we try to simplify it and make the experience as smooth as possible for account holders but one way or another we do need info on who or what we are sending money to.
If you already have that info on hand you can pass it to us via the API when creating the account. If you don't, we do have a hosted onboarding page that is fairly lightweight to spin up and redirect your users to
So does that mean if drivers want to withdraw their earnings, they need to login to stripe to action this transaction?
You can set up accounts that don't have a login with us (Custom Connect acounts), the tradeoff being that the integration is more complex on your side because you are providing the UI for more things though we do still provide some embedable components for webpages.
https://docs.stripe.com/connect/accounts
https://docs.stripe.com/connect/get-started-connect-embedded-components
So even if we get this driver to create an account with Stripe, do they need to be doing KYC regularly?
Or will this be a one off process
They need to do KYC up until their account is fully verified and there are no future requirements. After that, usually they don't have to do any more KYC
Okk. Lastly, if they want to withdraw their earnings, do they need to login to Stripe to do this or is this something they can do straight from the app and stripe makes the payment?
You as the platform can do that for them
I'd recommend reading the docs. The answers to all these questions are very well documented
And lastly, since users (riders) will be making payments via card as a payment method on the app, does stripe handles the pci dss compliance or I need to do that?
That part I'm not sure of. We don't really have a lot of context on the regulatory side of things in this channel. Our support folks would likely know better: https://support.stripe.com/contact
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Okk thanks for the help so far