#dannnnnnnnnnnnnnnnnnnnnn_docs

1 messages ¡ Page 1 of 1 (latest)

cerulean birchBOT
#

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

haughty girderBOT
tight shore
#

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?

haughty girderBOT
little urchin
#

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!

tight shore
#

If you check the disabled account's requirements are there still any outstanding ones?

little urchin
#

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

tender nymph
#

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.

little urchin
#

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?

little urchin
tender nymph
#

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.

little urchin
#

Yeah that's fair enough, I'll show you a screenshot of the page, but thank you for that testing identity verification link.

tender nymph
little urchin
#

perfect, thank you both for the help!