#mad-dog_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/1415049920695500801
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- mad-dog_docs, 3 hours ago, 2 messages
Hello
Are you using Stripe Express with OAuth flow?
https://docs.stripe.com/connect/oauth-express-accounts
They are independentI. We use OAuth for register/login, but Express onboarding uses a stripe link.
Gotcha. Do you know what type of accounts are these? Standard accounts or Express accounts?
express
Gotcha. In that case, I don't think you need to delete the account on Stripe as such. Once the user disconnects from your platform, you can clean up on your end by removing their details from your database.
simply remove stripe_cus_id in the user obejct?
yup