#saurabh3671_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/1216703937412075580
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
I see you're already looking at Stripe Connect docs, which is exactly what you need for this. Do you have any specific questions about it?
Yes I tried stripe connect but confused where to start step by step
It's an advanced topic, you might want to start with a simple example here: https://docs.stripe.com/connect/collect-then-transfer-guide
It showing example of the web with redirect URI
I want to do it via the API backend
Which step exactly?
In second step:
Create an account link
You can create an account link by calling the Account Links API with the following parameters:
account
refresh_url
return_url
type = account_onboarding
This will allow the user to fill out the required information with Stripe hosted onboarding flow.
Do you want to build the onboarding flow yourself?
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
Yes I want to build onboarding flow by Myself
in service provider app we have the fields which onboarding requires so
is that possible
is this for Custom Connect Accounts?
yes
Ok once I onboard custom account then can I transfer fund automatically via API?
in live mode the account need to pass KYC and identity verification
So it takes time
also can I receive the confirmation on webhook or something so I can show on user's end that its in process
you can listen to https://docs.stripe.com/api/events/types#event_types-account.updated
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
and check whether the account is authorized or not yet
Also for onboarding it will ask for :
Employer Identification Number (EIN)
Registered business address
Business website
etc
but my service providers are some of no business individuals
the verification depends on the business type
you can check the requirements here https://docs.stripe.com/connect/custom/onboarding#establish-requirements
I'm creating a car wash mobile application so car washer will onboard here in stripe
is that possible
yes individuals can onboard on Stripe
Thanks for your help
Also could you please provide the docs for adding bank account
Thanks for your help
sure let me know if you need any more help
Yeh sure I'm integrating and I will let you know if any help needed
Thanks
Is this thread wil be delete after few days
Actually I already created a support thread here few days back but its removed
Ok