#femina-agravat_connect-invoicing
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/1231939547533934672
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Yes
Que : 1 do we need seperate account for it or is it managed in our existing account ?
I don't understand this question. you should have one main Stripe account (the platform). And then each vendor has one connected account
Que : 2 As we are already using stripe to charge owner So Our existing account has stripe_secret_key and stripe_publishable_key. Can we use that to create Account Using API ?
Yes you need to use your secret API key to create connected accounts. Do you know which type of connected account you want to create? https://docs.stripe.com/connect/accounts
Que :3 Every owner has to fill the data and complete the profile or it just for us only?
in order to create a connected account, we'll need some information from the user. the simplest way to collect that information is to use Stripe onboarding.
For Que:! : We already has one stripe Account.
For Que:3 what type of question? How to create that question form ?
can you answer my question first:
Do you know which type of connected account you want to create? https://docs.stripe.com/connect/accounts
standard
then you need to follow this guide: https://docs.stripe.com/connect/standard-accounts
I am confused between standard and express.
I want my vendor to create Invoice for their customer. And Us (platform) will get only commission fee from vendor not from customer.
On my website which API I should call for that Vandor can click on that button/link from which they can create Connected Account.
I am confused between standard and express.
Standard is a full featured Stripe account (like the one you have). Express is a limited Stripe account
On my website which API I should call for that Vandor can click on that button/link from which they can create Connected Account.
did you read the link I shared above? it explains everything.
give me the link for express account
ok, Willl it guide which APi to use and how to add code so that my vendor can create connected account from my website ?
they have given one demo for Express Account .
Do we have to design this type of form with Question on our website ?
that's completely up to you
ok
I just filled up the all details on demo form.
Now I want to check how vendor can create invoice and send that invoice any email (their customer email).
Do We have to give them a form to create Invoice ? Or Stripe has facility ?
Hi there ๐ jumping in as my teammate needs to step away soon. Show them a form for what? What information are you collecting from them?
I'd recommend starting by taking a look at the different forms an Invoicing integration can take:
https://docs.stripe.com/invoicing
and work on mapping what those different options offer to the experience that you're after.