#anishsubedi1_83944
1 messages · Page 1 of 1 (latest)
That info is based on the capabilities and business type that you specify for the Account when you create it. Are there specific fields that you don't think your users should have to fill out here? I think those details are required across most Accounts that are for an individual https://stripe.com/docs/connect/account-capabilities
Most of the fields are ok. But, we want those fields (FirstName, lastName, email, etc) to be prefilled through API. So, that it will same as in application.
You can try pre-filling this info when you create the Account object 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.
Unfortunately I have had mixed luck getting those values to show up on the onboarding page. It usually ignores the prefilled data that I provided in my experience though you can try yourself to see if it works better for you
ok. Thank you. Trying it. Will let you know how it goes.
But, with an express account after prefill it showed up on Form and the user had the option to change it. That we don't want to allow.
Unfortunately it is not possible to lock those fields as far as I know. I can put a feature request for it now
And unfortunately it looks like you can only update those fields after the fact on Custom accounts https://stripe.com/docs/api/accounts/update#update_account-individual
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ohh okay. Testing.
Is there a way to pay user (coins = money earned in our website) to their bank account directly without this form?