#nitin-connect-updateaccount

1 messages · Page 1 of 1 (latest)

vapid plinthBOT
#

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.

mental coyote
icy vortex
#

Stripe::Account.update(
'acct_1NWNWXPvmEcyscrr', # replace with actual account id
{
legal_entity: {
tax_id: '111-11-1111'
}
}
)

mental coyote
#

Sorry that isn't useful to me. Can you share the request ID and the exact error message you receive?

icy vortex
#

we are getting the error "ArgumentError (Cannot update protected field: legal_entity)"

mental coyote
#

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