#nevo-david_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/1240638745280249918
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
@paper oriole
I use stripe.accounts.create and get the id,
then I use the stripe.accountLinks.create to send them to the application.
If they close the window, the next time they try to fill the application, I will run only the stripe.accountLinks.create without creating a new id.
By this point, usually they will be locked in the US
If there was at least a way to delete connect accounts
interesting, I didn't know this.
If there was at least a way to delete connect accounts
you can delete a connected account: https://docs.stripe.com/api/accounts/delete
are you creating Standard accounts?
I was on express, and changed now to custom - so I can pass the country before.
I did something like:
But I still see people stuck in the US
And can't change it later
I was on express, and changed now to custom
then you can definitely delete the accounts
this is probably a limitation of connect, once the country is set it can no longer be changed.
but you can delete the accounts if needed
So should I just delete the account everytime if the application is not finished?
Isn't there another way?
that's one option. or you could set the country yourself when creating the account.
Why is it not possible to delete accounts from the dashboard?
there is only a "reject" option
we are not very familiar withthe dashbaord here on Discord, so I don't know if there's differences between deleting and rejecting an account.