#saurav2354
1 messages · Page 1 of 1 (latest)
Hi
any onw khow how to update this industry field with connect account api i check documentation there is no field in post or update api
hi
I think you are referring to this parameter:
https://stripe.com/docs/api/accounts/create#create_account-company-structure
i am creating indiviusal account
Can you share the AccountId ?
acct_1NrbZvFlbupbM30r
You can create individual account with company infor (which are reflected in your dashboard)
company.industry is the right key ?
no company.structure
Yes and what are you passing ?
"software"
In order to get the right attribut, check this guide:
https://stripe.com/docs/connect/identity-verification-api
and inspect the requirements
of that custom account and see what field is missing exactly
here i can select this field direclty and its activation the account withour requiring other information
Hi soma
this industry field you can see in screenshot
i want to update it with connect apis but i am not ale to find that field in api docs
how ever there its showing it
other all required field for indivisual connect account is update with api
acct_1NrddcFdFRWewc4n
ths is the account id for your refrenece
Thanks! Give me a few minutes to look into this.
sure thank you
mcc cannot be set to "software" directly. it's a code, you can learn more about it here: https://stripe.com/docs/connect/setting-mcc
yes got it thanks looks like its working
Happy to help 🙂