#shaheer_account-ssn
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/1283469091973238884
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
I'm not sure I grasp the question fully.
Can you elaborate? Maybe with an example
While creating the connect account in the stripe through the stripe api dashboard provided, all the information is provided and it displays in the api logs on the stripe dashboard but it does not contain any property by name ssn or ssn_last_4 or something like that which would indicate that ssn last 4 digits were passed in the information as well, and in the webhook exposed through my application to stripe, stripe sends me the individual.id_number as due. All this is in test environment of the stripe integration for my QA environment.
SSN not being present in the logs is most likely expected since that's considered PAN and for security reasons we might not expose that..
What type of connected account are you creating? Can you share an example so that I'm on the same page?
https://connect.stripe.com/express/oauth/authorize?redirect_uri={redirectUri}&state={Request["source"]}&client_id={StripeHelper.PlatformClientId}&stripe_user[email]={email}&stripe_user[url]={website}
I'm using the above URL for redirecting the user to stripe to connect their account, the users then input all the required information that stripe demands for connect account creation for users accounts so they can accept payments from other users. They enter all the required information and let's just say that when I look at that response in the stripe dashboard it would not have the SSN field, but it passes my application a field Individual.id_number as eventually_due in the webhook call that I check for missing information and Stripe documentation page states that Individual.id_number is required if verification failed by ssn last 4 digits.
I see. Hmm, I'd recommend working through our support team about this as they're more familiar with verification stuff and can help with why the connected accounts are being asked to reverify their SSN
https://support.stripe.com/?contact=true