#simple-mark_api

1 messages ¡ Page 1 of 1 (latest)

grand dustBOT
#

👋 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/1273629525736947754

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

vague current
#

Hello

torpid flame
#

Hey!

vague current
#

What do you mean by "verify the data"?

#

Like no, you can't validate any account data in Stripe without creating an account with that data.

#

If that is what you are asking?

torpid flame
vague current
#

Ah yeah no you can't do that

#

You would have to write that validation yourself

#

And we may change our validation at any point so it wouldn't really be reliable

torpid flame
#

Yeah

vague current
#

Overall our API validation wouldn't change though

torpid flame
#

The easiest solution is to swap the account creation steps and business data input steps on my side then

vague current
#

Since that would be a breaking change

#

I'm not sure I understand why this would boost your conversion to begin with?

torpid flame
torpid flame
vague current
#

Gotcha well you can always prefill a bunch of info that you collect yourself from the user when you create the account

#

So that would be a sort of inbetween here

#

But yeah you can't truly validate any of this until you actually create the account

torpid flame
#

Yeah that makes perfect sense.

#

Thank you so much for your time & help!