#el-feloe_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/1334311489984663734
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi hi! With Standard Accounts, Stripe handles the verification stuff, but you can check on the status of an account and then bug them until they finish it: https://docs.stripe.com/connect/standard-accounts#handle-users
Hi, one example I currently have is an account is missing an EIN number. I can fetch the account details and present the error to the user but I'm not sure if I have to create a form to submit that value or if there is a method to link the user to stripe to submit that info. Like the onboarding process
You can't submit it on their behalf - you just have to tell them to "complete their onboarding with Stripe" and send them to https://dashboard.stripe.com/setup.
Ok so just to make sure I understand, after they have completed the onboarding, I can link them to https://dashboard.stripe.com/setup instead of relinking them to https://connect.stripe.com/oauth/authorize...
Again we are using Standard Connect accounts.
Yes, correct. You only have to send them through /oauth/authorize to connect the Account to your Platform.
Ok thank you