Skip to main content

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​

The page header contains the page title and the primary action button.

ElementTypeDescription
BanksheadingPage title
Create New Bank NamebuttonOpens the modal to add a new bank record

Filters​

Use the filter row to narrow the displayed bank list.

ElementTypeDescription
Bank CategorydropdownSelect a category to filter banks
CurrencydropdownSelect a currency to filter banks
SearchbuttonApply the filter values
ResetbuttonClear the filter selection

Bank table​

The bank table shows each bank record and lets admins review status and perform actions.

ColumnDescription
No.Row number
Bank NameBank display name
Bank ImageBank logo or image icon
Bank CategoryBank type/category
MaintenanceToggle to enable/disable settings for the bank
CurrencyCurrency associated with the bank
ActionButtons 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​

  1. Click Create New Bank Name.
  2. In the Create New Bank Name modal, fill in the required fields:
    • Bank Code*
    • Bank Category*
    • Bank Name*
    • Url Bank Logo* (or use Browse File)
    • Currency*
    • Min Digit* and Max Digit*
    • Deposit Limit (Min)* and Deposit Limit (Max)*
    • Withdraw Limit (Min)* and Withdraw Limit (Max)*
  3. Click Save to create the bank.
  4. Click Cancel or Close to exit the modal without saving.

Filter the bank list​

  1. Use Bank Category to restrict the list to a specific bank type.
  2. Use Currency to show only banks for the selected currency.
  3. Click Search to apply filters.
  4. Click Reset to clear filters and return to the full list.

Manage maintenance settings​

  1. Locate the bank row in the table.
  2. In the Maintenance column, click the Use setting switch to toggle on or off.
  3. The label shows the current state, such as off.
  4. Toggling maintenance settings updates the bank’s availability for related bank workflows.

Edit Bank details​

  1. Click Edit Bank in the row action column.
  2. This action is expected to open a bank edit dialog where you can update bank metadata.
  3. Save or cancel the changes in the opened dialog.

Edit bank configuration​

  1. Click Edit Config in the row action column.
  2. This action is expected to open the bank configuration dialog or screen for advanced settings.
  3. Adjust config values and save them.

Delete a bank​

  1. Click Delete in the row action column.
  2. Confirm the deletion if prompted by a confirmation dialog.
  3. The bank is removed from the list when deletion completes.

Create New Bank Name modal​

This modal appears when you click Create New Bank Name.

FieldTypeDescription
Bank Code*inputBank code identifier (e.g. BCA)
Bank Category*dropdownSelect bank category
Bank Name*inputName of the bank
Url Bank Logo*input/buttonEnter a bank logo URL or browse a file
Currency*dropdownSelect the currency for the bank
Min Digit*inputMinimum digit length for account numbers
Max Digit*inputMaximum digit length for account numbers
Deposit Limit (Min)*inputMinimum deposit limit
Deposit Limit (Max)*inputMaximum deposit limit
Withdraw Limit (Min)*inputMinimum withdrawal limit
Withdraw Limit (Max)*inputMaximum withdrawal limit
CancelbuttonClose modal without saving
SavebuttonSave 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 setting without opening the edit dialogs.
  • Use Edit Bank for metadata changes and Edit Config for 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.