#Bart
1 messages · Page 1 of 1 (latest)
hello! you can prefill the information when creating the connected account : https://stripe.com/docs/api/accounts/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
@ornate plover is it possible to prevent the prefilled information
from being changed/modified
no that's not possible
@ornate plover im attempting to prefil the info
it works for individual
but not for company
Country: stripe.String(Country),
Email: stripe.String(Email),
Type: stripe.String("express"),
DefaultCurrency: stripe.String(Currency),
BusinessType: stripe.String(Business_Type),
Settings: &stripe.AccountSettingsParams{
Payments: &stripe.AccountSettingsPaymentsParams{
StatementDescriptor: stripe.String(Operating_Name),
},
},
Company: &stripe.AccountCompanyParams{
Phone: stripe.String(Phone_Number),
Name: stripe.String(Operating_Name),
},
}
what specifically doesn't work? Can you share the specific field(s) that you're having trouble with - what you've prefilled, and what you're seeing in the onboarding form?
First thing that dosent work for individual and company is this
the phne number isnt pre populated
and phone number arent pre populated
name and phone number
for context, the phone and email input in the screenshot is used for Express authentication and is associated with the User on the account. You can't prefill those afaik
oh okay thank you, but how can the user login to their stripe account
if they arent required to input a password
you can take a look at https://support.stripe.com/express/questions/how-do-i-login-to-my-stripe-express-account