#dannnnnnnnnnnnnnnnnnnnnn_docs
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime!
đ 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/1212438689016447046
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
â˛ď¸ 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. Thank you for your patience!
Stripe will check them, so it should work the same way it works in test mode for you. When you "upload" the test image, that moves the account along to getting whatever capabilities enabled, correct?
Ah I see, I wasn't sure because in test mode it instantly disables the account and I thought that might just be a test mode thing. But glad to have a definite answer now that Stripe check it, thank you!
If you check the disabled account's requirements are there still any outstanding ones?
I'll sign up again and take a look and get back to you now
If I sign up and use test mode data for the document, when I retrieve the Stripe account I get the following:
"additional_verifications": {
"document": {
"apply_to": [
"representative"
],
"requested": true,
"requested_at": 1709139461,
"requirements": {
"alternatives": [],
"current_deadline": null,
"currently_due": [
"individual.verification.document"
],
"disabled_reason": "requirements.past_due",
"errors": [],
"eventually_due": [
"individual.verification.document"
],
"past_due": [
"individual.verification.document"
],
"pending_verification": []
},
"status": "unverified",
"upfront": [
{
"disables": "payouts_and_payments"
}
]
}
},
The account id of the account I just made was acct_1OoqRrD5wi6gaZWF
Hello! I'm taking over and catching up...
To answer your original question, Stripe handles verification of the ID images provided, and you as the platform do not have access to those images.
Are you aware of the test data documented here? https://docs.stripe.com/connect/testing#identity-verification
So in test mode when I can go to the connect account > verification attempts and click on the attempt and can view the document, that isn't the case in live?
I was not, thank you for this link
Honestly I'm not sure about the particular differences between test and live mode when it comes to the Dashboard side of things. We're focused on the API and code here.
Yeah that's fair enough, I'll show you a screenshot of the page, but thank you for that testing identity verification link.
Yeah, I didn't even know that "Review Images" button existed. For Dashboard questions Stripe support can help better than we can: https://support.stripe.com/contact/email
perfect, thank you both for the help!