#Koja-Express Prefill
1 messages · Page 1 of 1 (latest)
You can prefill some but not all fields when creating an Express account (they still have to go through the hosted Onboarding regardless). The fields available are listed in https://stripe.com/docs/api/accounts/create and if you don't see the fields you're looking for there, you can't prefill them.
Company address is https://stripe.com/docs/api/accounts/create#create_account-company-address for example.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Is there any chance that you can confirm my dilemma - that industry and CRN can't be prefilled? Thank you in advance ❤️
Industry is the MCC (https://stripe.com/docs/api/accounts/create#create_account-business_profile-mcc) and CRN is (https://stripe.com/docs/api/accounts/create#create_account-company-registration_number)
I'd suggest using the search function in our docs if you need to find any other fields.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you very much! You litteraly saved us! It's just that the CRN doesn't seem to be accepted. We send it through the company.put("registration_number","1234"); but it doesn't accept it there, as it does for the others and still pops it to be indserted. Any advice?
Can you share the account id / request here where you provided it?
acct_1JflUcQSdRqpFBvS
Alright so i see you generating the account link here: https://dashboard.stripe.com/test/logs/req_Jpo8Zms0UN72ns
And there do seem to be some requirements still needed (person-related) for the capabilities for this account
The the registration number was provided here via a token: https://dashboard.stripe.com/test/logs/req_dLZV3YiBC1dWvs
and does appear to be saved on the account
and that attribute is no longer part of the requirements
So i'm not sure what you mean by:
but it doesn't accept it there, as it does for the others and still pops it to be indserted
It still appears on onboarding form
Can you show what you mean with a screenshot?
And if you continue?
I can't tell if that's a placeholder or a disabled input for a value already provided
And what about that is not expected? You're being made to enter it more than once?
im not sure what you are saying
Is it saying that the field is missing on that screen?
From the first screenshot it looks like it may have been prefilled, if it was continuing would have still entered it
Ah so that is a placeholder. On the other account it looked like it was actually set to 1234 so I was a bit unclear. Looking in to this as well
so what sould i do?
Unsure at the moment. Looking in to one other issue and will go back to reproducing this.
And if i enter those fields manually account become complete but when i use account id as destination for transfer this happens com.stripe.exception.InvalidRequestException: Funds can't be sent to accounts located in DE when the account is under the full service agreement. To learn more, see https://stripe.com/docs/connect/service-agreement-types.; request-id: req_gVcB4MPITUS1DH
account id is acct_1JflUcQSdRqpFBvS