#donna-j_best-practices
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/1428570749303652483
đ 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.
- donna_account-onboarding, 6 hours ago, 26 messages
Hey there, I'm afraid verifications isn't a topic my team can clarify in this channel as we mostly work with developers on Stripe integrations. You could consider contacting our support team about that: https://support.stripe.com/?contact=true
We are creating custom KYC forms for our users to get a payout, but all our users are getting identity verification. Is there a way to validate the KYC forms done from our app to check what prompts the identity check?
Are you using Stripe Identity?
not sure. can you share more info on this?
I need your Stripe account ID to check, could you share it with me?
So this is Stripe Identity: https://docs.stripe.com/identity
When you said you're building a KYC form, I wasn't sure if this is the Stripe product you're using to build the form
Sure. We are doing sandbox testing. This is the stripe account id:acct_1SIZwZILWPjM11Q0
Okay that's a newly created connected account. The Platform account you're using to create acct_1SIZwZILWPjM11Q0 is using Stripe Identity
We are using embedded onboarding forms, which has all the required fields to successfully create an stripe account. But identity verification is prompted which seems to be like different process of upload the a valid id document and 3 pics.. most of the users wouldn't like to go through this. So is there a way to eliminate/remove/override this id verification?
Thanks for sharing the document link. I did go through it. Is it something that we have (or our app has) enabled for the connected accounts?
I am seeing API request made by your server to this endpoint: /v1/identity/verification_sessions
is this something called internally?
No it is something called using your server's secret key
does that mean we have enabled stripe identity?
It looks like it, yes
This is an API endpoint belonging to Stripe Identity: https://docs.stripe.com/api/identity/verification_sessions
is there a way to remove it and if it is removed, will be user ever get the identity check prompts?
What you do mean by remove it?
it is being called because your engineering team probably built it into the form
We are not explicitly using the verification_sessions api.
Is this what you're using? https://docs.stripe.com/connect/embedded-onboarding
If it is through the server's secret key, is it a default behavior of Stripe or is it something we have enabled and has an option to disable it?
yes...
I don't have full visibility into your integration but generally, if you are creating Stripe accounts, it is not possible to have identity verifications skipped: https://docs.stripe.com/connect/identity-verification