Update stripe connect account's legal entity
问题 I'm retrieving a connected account thanks to Stripe PHP library, updating a few information and trying to save it. But, it throws this error message: This account can only be updated with an account token, because it was originally created with an account token. (Attempted to update param 'legal_entity' directly.) Here is my code: \Stripe\Stripe::setApiKey('sk_MYSTRIPESECRETKEY'); $account = \Stripe\Account::retrieve(ACCOUNT_ID); $account['legal_entity'] = array('dob' => array('day' => 01,