# Fetch the bank accounts of the current user **GET /users/{user_id}/bank_accounts** Fetch the bank accounts of the current user. ## Servers ## Parameters ### Path parameters - **user_id** (string) User id ## Responses ### 200 The bank accounts of the current user #### Body: (object) - **id** (string(uuid)) - **iban** (string) - **bic** (string) - **bank_name** (string) - **account_owner** (string) ### 404 Resource not found. [Powered by Bump.sh](https://bump.sh)