#BilliTechLLC - Connect Onboarding
1 messages ยท Page 1 of 1 (latest)
HI ๐
What type of Accounts are you using and how would you like to integrate this process into your Vendor registration.
I believe Connect Express
Okay, in that case it can be pretty straight forward. You can provide all applicable info already gathered from your registration when creating the Stripe Account
https://stripe.com/docs/connect/express-accounts##configure-onboarding
Currently, after our vendors register onto our site, they don't know they have to register with stripe and go through verification. We are trying to streamline this because if they go straight to listing products and a buyer tries to purchase, the sale cannot be made because the vendor hasn't registered with Stripe yet.
If you want the Stripe registration to be totally invisible then I think Custom accounts are closer to the mark. But that does require you to build all the UI your vendors would need to view/manage payments
Thanks. How can I find out what kind of account i have?
I'm not sure if it's custom or express
It's not about the account you have, it's a question of what types of accounts you are going to create for your vendors
Yes how can i find out what it is set at?
Your code is what sets the account type, when you create the accounts for your vendors.
If you already have connect accounts the type should be listed in the Connect Account table in your dashboard
It is also a part of the Account object if you use the API to retrieve the account.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But cant our vendor have to onboard themselves? They have to submit documents. It would be better that way rather than going back and forth with us in the middle?
What are you trying to achieve here? What is the flow you want your vendors to experience?
I want our vendors to register onto our site and then register onto stripe.
So they can receive payments from our customers. We are a multivendor marketplace and connect buyers and sellers. Similar to ebay. We just collect a commission of the sale.
Connect is complex, there are lots of configurations so it makes sense to take it slow and do a lot of research to ensure you choose the right integration path
So in this scenario your code would create the account and you can populate it with as much data as you have from your own registration
then create an Account Link and redirect them to Stripe hosted onboarding for collecting documents and verifying bank accounts and the like
Yes that would be perfect. So there is an api for that?
That is exactly what the docs I keep sharing detail
But it will take multiple API endpoints and it is not simple so please read thoroughly
Ok thank you
I had another question.
We are trying to have payments not processed until vendor approves. This is incase vendor doesn't have item bought in stock and to avoid having to issue a refund and lose the transaction fee because it is a high ticket item.
Is there a way we can let vendors do this on our site frontend instead manual payouts?
You can use a separate auth and capture approach if the wait time is less than 7 days
As for whether your vendors can do it on your front-end, that would require you to build the necessary functionality into your site
And this will work for payouts? Because we are also collect commissions from our vendors sale
Payouts is a whole 'nother topic. Once again the answer is to read carefully and build some test integrations to verify expected behavior
Should I ask someone else?
I'm not a developer and I dont know if my developers are going to understand if I just give them these links
with Capture, we don't get charged any transaction fee right?
This channel is for developers getting unblocked using the APIs. I would recommend both you and your developers read the documentation thoroughly and discuss what is right from a tech and business strategy standpoint