#door-onboarding-standard
1 messages · Page 1 of 1 (latest)
@strange sorrel do you have an example account id I can look at?
acct_1O5Xgn4fvhWc6AqX/izNTLxc20e7I
let me have a look
door-onboarding-standard
when you get to this screen, what are you saying? Yes or No?
@strange sorrel
i dont have that option, does that mean im pre-filling that field?
looks like i had business_profile fields pre-filled for that account
here is one selecting "No"
stripe account id = acct_1O5YVr8GokCq02ds
when i continue, two screens later i get this
heres my Account.create() call
please share real code, not a picture!
@pastel crag is going to take over and help you debug this
type='standard',
country='US',
email=customer_email_address,
business_type='individual',
individual={
'address': {
'city': customer_address_city,
'country': customer_address_country,
'line1': customer_address_line1,
'line2': customer_address_line2,
'postal_code': customer_address_postal_code,
'state': customer_address_state,
},
'dob': customer_dob,
'phone': customer_phone_number,
'email': customer_email_address,
'first_name': customer_first_name,
'last_name': customer_last_name,
'political_exposure': 'none',
'registered_address': {
'city': customer_address_city,
'country': customer_address_country,
'line1': customer_address_line1,
'line2': customer_address_line2,
'postal_code': customer_address_postal_code,
'state': customer_address_state,
},
},
# business_profile={
# 'mcc': '1520',
# 'url': customer_account_url,
# 'product_description': 'VOWEL is used to lend and borrow money between users',
# 'support_address': {
# 'city': customer_address_city,
# 'country': customer_address_country,
# 'line1': customer_address_line1,
# 'line2': customer_address_line2,
# 'postal_code': customer_address_postal_code,
# 'state': customer_address_state,
# },
# 'support_email': customer_email_address,
# 'support_phone': customer_phone_number,
# },
default_currency='usd',
)```
Thanks for the code, reproducing on my end
Apologies, my connect onboarding page is seeing unrelated errors so this is taking a bit
I can reproduce but am having trouble identifying what this may be. I will reach out to my colleagues and let you know what we can find.
Hey @strange sorrel it looks like this is an expected requirement at the moment. So users signing up will need to provide that info https://stripe.com/docs/connect/required-verification-information#US+US+standard+full+individual+card_payments,transfers
OK thanks for your response, I want to confirm, a TIN is required to create a Connect account?
ok, looks like an SSN can be used in that TIN field.
Nice find! And yes, that is part of the current requirements