# financialAccount

The financial account record used for accounting

**Scope required:** billing:read

For a complete list of possible response fields see the [FinancialAccount](https://docs.bunny.com/developer/api-reference/types/financialaccount) type.

```graphql
query financialAccount ($id: ID, $code: String) {
  financialAccount (id: $id, code: $code) {
    accountNumber
    accountTypeLabel
    active
    code
    createdAt
    defaultAccount
    description
    entityId
    externalId
    id
    longName
    name
    pluginId
    source
    updatedAt
  }
}
```

## Arguments

| Name | Type   | Description         |
| ---- | ------ | ------------------- |
| id   | ID     | ID or Code required |
| code | String | ID or Code required |

## Response

* [FinancialAccount](https://docs.bunny.com/developer/api-reference/types/financialaccount)
