#BilliTechLLC - Connect Onboarding

1 messages ยท Page 1 of 1 (latest)

surreal shale
#

HI ๐Ÿ‘‹

#

What type of Accounts are you using and how would you like to integrate this process into your Vendor registration.

small imp
#

I believe Connect Express

surreal shale
small imp
#

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.

surreal shale
#

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

small imp
#

Thanks. How can I find out what kind of account i have?

#

I'm not sure if it's custom or express

surreal shale
#

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

small imp
#

Yes how can i find out what it is set at?

surreal shale
#

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.

small imp
#

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?

surreal shale
#

What are you trying to achieve here? What is the flow you want your vendors to experience?

small imp
#

I want our vendors to register onto our site and then register onto stripe.

surreal shale
#

Okay that does sound like Express

#

So let's start there

small imp
#

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.

surreal shale
#

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

small imp
#

Yes that would be perfect. So there is an api for that?

surreal shale
#

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

small imp
#

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?

surreal shale
#

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

small imp
#

And this will work for payouts? Because we are also collect commissions from our vendors sale

surreal shale
#

Payouts is a whole 'nother topic. Once again the answer is to read carefully and build some test integrations to verify expected behavior

small imp
#

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?

surreal shale
#

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