Central β Banks
Overviewβ
The Banks page is the admin interface for managing bank definitions used in payment settings. Admins can filter bank records, create new bank names, toggle bank maintenance settings, and access edit or configuration actions for each bank.
Accessβ
- URL:
/dashboard/bank - Role required: Admin
- Navigation path: Sidebar > Payment Settings > Banks
Page layoutβ
Headerβ
The page header contains the page title and the primary action button.
| Element | Type | Description |
|---|---|---|
| Banks | heading | Page title |
| Create New Bank Name | button | Opens the modal to add a new bank record |
Filtersβ
Use the filter row to narrow the displayed bank list.
| Element | Type | Description |
|---|---|---|
| Bank Category | dropdown | Select a category to filter banks |
| Currency | dropdown | Select a currency to filter banks |
| Search | button | Apply the filter values |
| Reset | button | Clear the filter selection |
Bank tableβ
The bank table shows each bank record and lets admins review status and perform actions.
| Column | Description |
|---|---|
| No. | Row number |
| Bank Name | Bank display name |
| Bank Image | Bank logo or image icon |
| Bank Category | Bank type/category |
| Maintenance | Toggle to enable/disable settings for the bank |
| Currency | Currency associated with the bank |
| Action | Buttons for editing bank details, editing config, or deleting the bank |
Example rowsβ
Common rows observed in the current view include:
Abc Bankβ BANK β PHP (Philippine)Bank Cinaβ BANK β CNY (Chinese)Bank Defβ BANK β PHP (Philippine)Bank Of Ayudhyaβ BANK β THB (Thailand)Bank Of Chinaβ BANK β MYR (Malaysia)Bcaβ BANK β IDR (Indonesia)
Actionsβ
Create a new bankβ
- Click
Create New Bank Name. - In the
Create New Bank Namemodal, fill in the required fields:Bank Code*Bank Category*Bank Name*Url Bank Logo*(or useBrowse File)Currency*Min Digit*andMax Digit*Deposit Limit (Min)*andDeposit Limit (Max)*Withdraw Limit (Min)*andWithdraw Limit (Max)*
- Click
Saveto create the bank. - Click
CancelorCloseto exit the modal without saving.
Filter the bank listβ
- Use
Bank Categoryto restrict the list to a specific bank type. - Use
Currencyto show only banks for the selected currency. - Click
Searchto apply filters. - Click
Resetto clear filters and return to the full list.
Manage maintenance settingsβ
- Locate the bank row in the table.
- In the
Maintenancecolumn, click theUse settingswitch to toggle on or off. - The label shows the current state, such as
off. - Toggling maintenance settings updates the bankβs availability for related bank workflows.
Edit Bank detailsβ
- Click
Edit Bankin the row action column. - This action is expected to open a bank edit dialog where you can update bank metadata.
- Save or cancel the changes in the opened dialog.
Edit bank configurationβ
- Click
Edit Configin the row action column. - This action is expected to open the bank configuration dialog or screen for advanced settings.
- Adjust config values and save them.
Delete a bankβ
- Click
Deletein the row action column. - Confirm the deletion if prompted by a confirmation dialog.
- The bank is removed from the list when deletion completes.
Modal / popup detailsβ
Create New Bank Name modalβ
This modal appears when you click Create New Bank Name.
| Field | Type | Description |
|---|---|---|
| Bank Code* | input | Bank code identifier (e.g. BCA) |
| Bank Category* | dropdown | Select bank category |
| Bank Name* | input | Name of the bank |
| Url Bank Logo* | input/button | Enter a bank logo URL or browse a file |
| Currency* | dropdown | Select the currency for the bank |
| Min Digit* | input | Minimum digit length for account numbers |
| Max Digit* | input | Maximum digit length for account numbers |
| Deposit Limit (Min)* | input | Minimum deposit limit |
| Deposit Limit (Max)* | input | Maximum deposit limit |
| Withdraw Limit (Min)* | input | Minimum withdrawal limit |
| Withdraw Limit (Max)* | input | Maximum withdrawal limit |
| Cancel | button | Close modal without saving |
| Save | button | Save the new bank record |
User guide tipsβ
- Use filters first to narrow down banks before editing.
- If you only want to change bank availability, toggle
Use settingwithout opening the edit dialogs. - Use
Edit Bankfor metadata changes andEdit Configfor advanced bank settings. - Save form entries carefully in the modal to avoid incomplete bank setup.
Notesβ
- The modal dialog is the main way to create new banks.
- Row actions can open edit or configuration dialogs, depending on the bank workflow.
- Screenshot of the page and create modal is available at
docs/central/banks.png.