#siman
1 messages ยท Page 1 of 1 (latest)
Hi,
All supported fields are mentioned in their. Is this can be a field that'll reflect this info ?
https://stripe.com/docs/api/accounts/create#create_account-business_profile-mcc
user is created but its 'Restricted' because industry type is missing.
industry in the business details. i need to set that attribute automatcally from api. ๐ซ
Can you share the account Id ?
probably you should set this:
https://stripe.com/docs/api/accounts/update#update_account-company-structure
In the API you should know which fields exactly is missing:
https://stripe.com/docs/connect/identity-verification-api#determining-if-identity-or-business-verification-is-needed
check requirements.currently_due in the event account.updatedevent
that api is for the varification but i need to set the industry parameter, its missing in the create, update api.
Can you share the account Id ?
email and password of my stripe account ?
No just the id acct_123
This is the update API
https://stripe.com/docs/api/accounts/update#update_account-company-structure
account id : acct_1MizRvGa1xilqgnX
INFORMATION NEEDED - DUE NOW
Identity document
Industry
Owner's address
Try to do an API request and retrieve that account:
https://stripe.com/docs/api/accounts/retrieve
and check what required fields exactly:
https://stripe.com/docs/api/accounts/object#account_object-requirements
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
Thanks ๐