#Koja-connect-complete
1 messages · Page 1 of 1 (latest)
Hello, you can update the account via the API, many of those details are in the Account object's company dictionary https://stripe.com/docs/api/accounts/update#update_account-company
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I can't use custom accounts based on location. Users are Germans and Custom acc is only for US
With Express accounts you can set these when you create the account, you just cannot fill it out after onboarding 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.
You can prefill all of the information but the customer will still need to go through the Stripe onboarding form at least to agree to the TOS
If the information is pre-filled it will not need to be entered again but the TOS needs to be agreed to manually
ty
Ah there was a second thread on this