Managing Account Types
Use Midaz Console to manage Account Types. They let you classify accounts in line with your organization’s financial structure. Each type defines the role of an account in your ledger, ensuring accurate transaction routing and reliable validation across categories. For details, refer to Account Types
Enabling Account Type validation
In case you want to activate account type validation for a specific ledger, you must configure it in the .env
files.
Your configuration should look like this:
#Account Types Validation
MIDAZ_ACCOUNT_TYPE_VALIDATION_ENABLED=true
# List of <organization-id>:<ledger-id> separated by comma
MIDAZ_ACCOUNT_TYPE_VALIDATION=<organization-id>:<ledger-id>
AttentionOnce you have enabled the Account Type validation, the Account Type will be a mandatory field when you create a new account.
Accessing the Account Types page
To open the Account Types page, click the Account Types icon on the left-hand navigation bar (Figure 1).

Figure 1. The icon used to open the Account Types page.
The Asset Types page will display a list of all Account Types you have created for the current Ledger. If you haven't created any Account Types, the page will be displayed as empty. (Figure 2).

Figure 2. The Account Types page with no records.
Available actions
From the Account Types page, you can:
Updated 2 days ago