#kamil1999_api

1 messages ยท Page 1 of 1 (latest)

languid arrowBOT
#

๐Ÿ‘‹ 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/1294378384196894770

๐Ÿ“ 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.

ashen garnet
#

hello

cursive crescentBOT
dull condor
#

Hi there ๐Ÿ‘‹ taking a look.

#

Getting my bearings here, so you're doing an API based onboarding where you collect details from your users in your own form?

ashen garnet
#

yes, i do custom onboarding

#

through api

#

half of data i take from backend but sometimes user must send additional data on fronted through form

dull condor
#

Gotcha, so you'll want to collect the last 4 digits of your user's social security number itself, not an ID of a document.

ashen garnet
#

Hmm, ok! So I should ask user to send me his social security last4 digits through my frontend form?

dull condor
#

Yup, exactly

ashen garnet
#

thanks! i also am not sure about this onboarding field for US.

So when comapny names MY_COMPANY, and has MY_COMPANY_URL i just put in this field string MY_COMPANY + MY_COMPANY_URL and will be fine?

dull condor
#

Not quite. That field is prompting you to provide a value for what should appear on customer's bank/card statements for your Connected Account. So it's usually a shortened/abbreviated version of the business name or URL or something similar.

ashen garnet
#

I see, so also from frontend

#

i saw that stripe has a lot of validators on Postal Codes, phone numbers etc. do you recomend something to decrase chances that user send wrong number / postal code or something ?

dull condor
#

No, we don't offer guidance for specific validations to do for those kind of inputs on a per country basis. If I recall correctly we do return errors if those aren't formatted properly that you could relay to your users.