#Bart

1 messages · Page 1 of 1 (latest)

jovial thunderBOT
ornate plover
bold rock
#

@ornate plover is it possible to prevent the prefilled information

#

from being changed/modified

ornate plover
#

no that's not possible

bold rock
#

@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),
            },
        }
ornate plover
#

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?

bold rock
#

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

ornate plover
#

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

bold rock
#

if they arent required to input a password

ornate plover