#nad_best-practices

1 messages ¡ Page 1 of 1 (latest)

pallid stoneBOT
#

👋 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.

stark pawn
#

btw, im from Australia and all sellers will be in Australia, New Zealand UK and probably USA in the future

light idol
#

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

Learn about older connected account configurations.

stark pawn
#

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?

light idol
#

yep that's correct

stark pawn
#

ok awesome