# Update the bank account for the current user **PATCH /users/{user_id}/bank_accounts/{id}** Update the bank account for the current user ## Servers ## Parameters ### Path parameters - **user_id** (string) User id - **id** (string) Resource ID ### Body: (object) Bank account information - **bank_account** (object) ## Responses ### 422 Request body has errors or invalid. ### 201 Bank account updated and returned #### Body: (object) - **id** (string(uuid)) - **iban** (string) - **bic** (string) - **bank_name** (string) - **account_owner** (string) ### 401 Authorization information is missing or invalid. [Powered by Bump.sh](https://bump.sh)