# Get a specific bank account **GET /bankaccount/{id}** Return a specific bank account. ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **id** (integer) Which item to be processed ## Responses ### 200 List returned OK #### Body: application/json (object) - **id** (integer) - **bank_code** (string) Optional parts of a bank account code. Use as required by your bank account coding configurations. Free text - **branch_code** (string) Optional parts of a bank account code. Use as required by your bank account coding configurations. Free text - **bank_account_id** (string) Optional parts of a bank account code. Use as required by your bank account coding configurations. Free text - **bank_account_code** (string) Optional parts of a bank account code. Use as required by your bank account coding configurations. Free text - **currency_code** (string) Which 3 character code for this currency - **account_type** (string) Optional. Describes the type of bank account - **name** (string) Name of the bank account - **description** (string) Description the bank account - **xero_account_id** (string) If this is a xero account code, its the ID in xero. Read only - **xero_status** (string) shows if the code is still available in xero. Blank if its not a xero account code. Read only - **for_group_id** (integer) If the user is a clustered login, then this must be supplied. Otherwise its optional but must link to a group the login has access to. ### 401 Authentication unauthorised #### Body: application/json (object) - **error** (string) ### 403 Invalid permission #### Body: application/json (object) - **error** (string) ### 404 Not Found #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)