#darshana_docs
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/1219936418508443648
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Yes
unfortunately for the time being there is no easy way to get this information
So, we only get charges_enabled and details_submitted attribute? We cannot check if account is rejected or pending?
you'd have to compile this from very different places
e.g. this would give you why the account was rejected https://docs.stripe.com/api/accounts/object#account_object-requirements-disabled_reason
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
so if this is set then the account is rejected
requirements.disabled_reason
yes
Can multiple merchants use same account?
what do you mean by that?
We cannot check if account is rejected or pending?
for pending it's a bit harder
because it's an ongoing thing, and at any point if there's due requirements the status will change
Okay, thank you.
Can same email be linked to multiple accounts?
I'm not sure to be honest, you need to ask https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
but I don't think so
AFAICT you can have multiple users for each account, and maybe you can have same emails for these users across accounts, but I think for the main email for the account that shouldn't be the same
but again please contact https://support.stripe.com/?contact=true they are better equipped to help you with these types of questions
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.