# Create a bank account **POST /api/v2/bank-accounts** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Body: application/json (object) - **account_uuids** (array[string]) The UUIDs of the accounts who should own the bank account. These must only be client accounts. - **account_name** (string) The friendly name for the bank account. - **account_holders** (string) The name of the bank account holder(s) as it appears on statements - **account_number** (string) The bank account number. - **sort_code** (string) The bank account sort code ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **account_name** (string) The name of the bank account - **account_holders** (string) The name of the bank account holder(s) as it appears on statements - **account_number** (string) The bank account number - **sort_code** (string) The bank account sort code - **accounts** (object) The accounts linked to this bank account [Powered by Bump.sh](https://bump.sh)