#kamil1999_api
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/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.
- kamil_connect-subscription, 19 hours ago, 20 messages
- kamil1999_api, 3 days ago, 23 messages
hello
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?
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
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.
Hmm, ok! So I should ask user to send me his social security last4 digits through my frontend form?
Yup, exactly
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?
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.
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 ?
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.