#nad_best-practices
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/1281068096680886337
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
btw, im from Australia and all sellers will be in Australia, New Zealand UK and probably USA in the future
Hello!
my use case is a platform where sellers can list products and buyers can purchase those products. I'm confused on whether i should use Standard or Express stripe connect accounts.
You'll probably want to go through this section to understand the differences between Standard and Express connected accounts better : https://docs.stripe.com/connect/accounts#choosing-approach
furthermore, how can i get the account dashboard link for a standard account.
you can't. Standard accounts are expected to manage their own account. The Standard account would login via https://dashboard.stripe.com/login
finally, i need a way for sellers to manage their products, quantity price etc. is there a managed solution for them to do this in the stripe dashboard or must i do this myself through API calls from my server
Standard accounts can do this via the Stripe Dashboard. You can also manage products / quantity / price by making API calls from your server. The exact details would really depend on what you're trying to do though
right, so when a standard connected account onbaords, part of that process will be setitng their email and password which they'll need to log in to the dashboard?
yep that's correct
ok awesome