#nitin-connect-updateaccount
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- nitin4465, 2 hours ago, 9 messages
Hi 👋
Can you share an API request ID that shows this error? It will start with req_
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Stripe::Account.update(
'acct_1NWNWXPvmEcyscrr', # replace with actual account id
{
legal_entity: {
tax_id: '111-11-1111'
}
}
)
Sorry that isn't useful to me. Can you share the request ID and the exact error message you receive?
we are getting the error "ArgumentError (Cannot update protected field: legal_entity)"
that means you cannot update this information via the API. You will need to use an Account LInk and allow the person with the Connect Account to update it