#mad-dog_best-practices

1 messages ¡ Page 1 of 1 (latest)

errant lilyBOT
#

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

trail horizon
lone hawk
#

They are independentI. We use OAuth for register/login, but Express onboarding uses a stripe link.

trail horizon
#

Gotcha. Do you know what type of accounts are these? Standard accounts or Express accounts?

lone hawk
#

express

trail horizon
#

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.

lone hawk
#

simply remove stripe_cus_id in the user obejct?

trail horizon
#

yup

lone hawk
#

stripe_account_id*

#

and what if later on they connect agian?

#

would the stripe_account_id the same ?

trail horizon
#

If they use the same account, yes

#

acct_xxx IDs are unique per Stripe account