--- name: external-accounts-routes description: Handle 1 OpenAPI operation(s) under /v1/external_accounts/{id} for the external accounts route group. --- # external accounts API Routes Handle 1 OpenAPI operation(s) under /v1/external_accounts/{id} for the external accounts route group. Use the generated operation tools to make real API calls. Do not invent API responses. If a tool reports missing setup, return the exact setup field name to the caller. For write, update, or delete operations, state the intended action before calling the tool. ## Operations ### post_external_accounts_id - Operation ID: `post_external_accounts_id` - Route: `POST /v1/external_accounts/{id}` - Mode: WRITE - Summary:
Updates the metadata, account holder name, account holder type of a bank account belonging to a connected account and optionally sets it as the default for its currency. Other bank account details are not editable by design.
You can only update bank accounts when account.controller.requirement_collection is application, which includes Custom accounts.
You can re-enable a disabled bank account by performing an update call without providing any arguments or changes.
- Parameters: - `id` in `path` required - Body: JSON request body accepted.