#anishsubedi1_83944
1 messages ยท Page 1 of 1 (latest)
Hello ๐
The API fields you're setting are not exactly setting the fields in the UI you've shared.
The industry is set by the MCC code you pass in when creating the connected account.
What type of connected account are you creating?
custom
You'd need to set mcc for the industry afaik
https://stripe.com/docs/api/accounts/create#create_account-business_profile-mcc
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
We want that product description or product url to be prefill, without allowing user to change it.
For description, you'd set
https://stripe.com/docs/api/accounts/create#create_account-business_profile-product_description
lmk if that helps ๐
Um, I could not find relevant MCC for the consumer based company like Reddit, or Quora that allows user earn money
I tried some mcc. It does prefill but still not this one.
However, we don't want to allow user to change prefill information.
Our team won't know much about what's an accurate MCC for your usecase but once you provide the correct one, it would be prefilled.
There's no way to disable editing though. This is intended.
We this a way to hide that field? Like your website?
We don't want users to put random websites there.
No you can't hide it either. Based on the region the connected account is in + the capability you're enabling, some information might be required in order to finish the onboarding completely.
You can use this tool to evaluate what information is required
https://stripe.com/docs/connect/required-verification-information
Ohh okay. One last question.
let's say user fills business_profile.url.
Is there a way to do verifications of what user input is and give them some notificaitons on wrong input?
Not at the moment, no. I believe we're working on a feature that'd allow for verification. I don't have an ETA though
ohh okay. Thank you so much for answering.