#mb4_api

1 messages ¡ Page 1 of 1 (latest)

leaden zincBOT
#

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

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

timber briar
#

Here's an example of the code I have:
account = stripe.Account.create( type="express", country="US", email=email, business_type="individual", individual={ "first_name": first_name, "last_name": last_name, "email":email, "phone":phone, "ssn_last_4":"0000", }

Thank you for your help!

blazing saffronBOT
iron elbow
#

You shouldn't pre-fill random last 4 digit of SSN. I'm afraid it's not possible to control the hosted onboarding page how the SSN is collected. Your system should only pre-fill last 4 digit of SSN if real last 4-digit SSN has been collected

timber briar
#

Thank you! If I have more questions related to Connect verification, can I ask them in this thread or should I submit a new request?