#samina_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/1478496713474838701
๐ 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.
- samina_unexpected, 2 hours ago, 20 messages
Hi there ๐ most of the magic strings for triggering testmode specific behavior when testing Connect can be found here:
https://docs.stripe.com/connect/testing?accounts-namespace=v1
I'd suggest taking a closer look at this section specifically, I think it may be what you're looking for:
https://docs.stripe.com/connect/testing?accounts-namespace=v1#test-business-tax-ids
Thanks for sharing, however, I can't find the magic string for company.verification.document
What happens if you set the company tax ID to 111111111?
Can you copy/paste that Account ID here?
acct_1T6zfD1tLKnTmgU9
Hm, it seems weird that it's hanging out in pending_verification. Can you confirm when in your flow you provide the tax ID, and what value you passed in for this account?
I raised this issue in a previous thread as well that the wait times since last night are extremely long with the status being stuck in review for 40+ mins
in the tax id I put in all 1s
Do you have an example of an account that was stuck but then progressed?
i think this one acct_1T62VS0pdmsv3RYF
Wait, can you help me understand what scenario you're trying to test? Does uploading a company.verification.document not satisfy the tax ID requirement?
for our live customers we often see this requirement surface for their accounts. We want to know how to trigger this error in sandbox so we can test our implementation
Do you have an example that you can share? That insight would probably go a long way in trying to understand how to reproduce this in a teat.
Its unrelated to any specific requirement, I have this account (acct_1T6tOZ1r4FSdCC8k) that had the SSN verification going on for a long time upon first creating the account with all 1s as the ssn_last_4, now it seems to have completed. But yes, recently these verifications have been talking way long time, I don't actually have the number on how long it takes.
But yes, we have mostly seen it for the ssn and the ein requirement, the rest of the requirement seemed to be passing, I also observed the address requirement taking similar length of time in one accont.
I don't know which account it was though
As for this company.verification.document - we are not able to surface this in test mode
Do you have an example of it being surfaced in livemode, to see if replicating that process in testmode reproduces the behavior you're looking for?
Hi there,
taking over for my colleague who had to step away.... Let me catch up real quick an try a few things...
I tried so far multiple scenarios, and can't find a way to solely trigger the company.verification.document requirement....