#harshittyagi_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1250795442674077737
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Hello
Hey
Looks like you aren't specifying collection_options (https://docs.stripe.com/api/account_links/create#create_account_link-collection_options) so it is already collecting the minimum required fields here (the currently_due ones)
So in this case then there isn't a way for the full SSN to not be requested as it is determined to be required here
That's correct, I am not specifying the collection_options .. so it must be using the default value i.e. currently_due.
If I specify the collection_options and use eventually_due value, will it change this behavour .. and will it then only ask to enter the last 4 digits?
No, it would collect more information, not less.
okay. So, is there any way so that users will have to enter only last 4 digits of SSN?
I was checking this doc here - https://support.stripe.com/questions/2024-updates-to-us-verification-requirements-faq#:~:text=SSN or ITIN for US,to upload an ID document.
it says - "Last four digits required at onboarding for all connected account types." and then ... "If the last four digits fail verification, representatives will need to provide all nine digits."
Yeah it mostly depends on what the user enters during the onboarding process and then whether their initial 4 digit SSN verification succeeds or fails if that 4 digit is acceptable
You can see the different requirements at https://docs.stripe.com/connect/required-verification-information
But mostly there is nothing for you to change here
You are already collecting the minimum
hmm .. okay. But it my case, it asks me to enter the full 9 digits at the first place. It doesn't give that option to enter lasst 4 digits and verify first.
Yeah but that depends on the type of accounts that are being created
And what designations they choose before SSN is collected
Overall this is all optimized already
There are many different paths
If you think it is incorrect for the information it is collecting in the actual onboarding flow then you can reach out to our Support team with a specific example that they can look at -- but I can't really help further with that as we just focus on the API here.
okay, thank you!