#flip_error
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. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ 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/1213274662801383455
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
I ihave used this tutorial: https://docs.stripe.com/identity/verify-identity-documents?platform=web&lang=node
Hi, can you share the entire error message you're seeing? Can you share the request id where you're setting this 400 error? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
@vague goblet are you around? Can you provide more details?
@vague goblet okay so the problem right now is your client-side code is calling your server. On the server you create a VerificationSession. But right now your server (your own code) is not responding anything. So you have a bug in that code where you should add clear logs at the beginning of the request and at the end before you respond to narrow things down.