#donna-j_best-practices

1 messages ¡ Page 1 of 1 (latest)

worthy bloomBOT
#

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

sacred zenith
#

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

tardy jungle
#

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?

sacred zenith
#

Are you using Stripe Identity?

tardy jungle
#

not sure. can you share more info on this?

sacred zenith
#

I need your Stripe account ID to check, could you share it with me?

#

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

tardy jungle
#

Sure. We are doing sandbox testing. This is the stripe account id:acct_1SIZwZILWPjM11Q0

sacred zenith
#

Okay that's a newly created connected account. The Platform account you're using to create acct_1SIZwZILWPjM11Q0 is using Stripe Identity

tardy jungle
#

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?

tardy jungle
sacred zenith
#

I am seeing API request made by your server to this endpoint: /v1/identity/verification_sessions

tardy jungle
#

is this something called internally?

sacred zenith
#

No it is something called using your server's secret key

tardy jungle
#

does that mean we have enabled stripe identity?

sacred zenith
#

It looks like it, yes

tardy jungle
#

is there a way to remove it and if it is removed, will be user ever get the identity check prompts?

sacred zenith
#

What you do mean by remove it?

#

it is being called because your engineering team probably built it into the form

tardy jungle
#

We are not explicitly using the verification_sessions api.

sacred zenith
tardy jungle
#

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?

sacred zenith