freeagent_create_bank_account
Create a new bank account in FreeAgent by specifying type, name, bank, currency, and optional details like opening balance and account numbers.
Instructions
Create a new bank account in FreeAgent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | The type of bank account | |
| name | Yes | Name for the bank account | |
| bank_name | Yes | Name of the bank | |
| currency | No | Currency code (e.g. GBP, USD) | |
| opening_balance | No | Opening balance amount | |
| is_personal | No | Whether this is a personal account | |
| is_primary | No | Whether this is the primary account | |
| account_number | No | Bank account number | |
| sort_code | No | Bank sort code | |
| iban | No | IBAN number | |
| bic | No | BIC/SWIFT code |