Central β Rebalance
Overviewβ
The Rebalance page is used by admins to submit balance adjustment requests and review rebalance history. It supports both debit and credit balance actions, with filters for white label, currency, and payment gateway.
Accessβ
- URL:
/dashboard/rebalance - Role required: Admin
- Navigation path: Sidebar > Payment Settings > Rebalance
Page layoutβ
Headerβ
The page header displays the title and the current rebalance context.
| Element | Type | Description |
|---|---|---|
| Rebalance | heading | Main page title |
| Debit: balance reduction | subheading | Indicates the debit balance adjustment section |
| Credit: balance addition | subheading | Indicates the credit balance adjustment section |
Filter sectionβ
The top section filters the history list before display.
| Element | Type | Description |
|---|---|---|
| White Label Name* | select/autocomplete | Filter history by white label |
| Currency* | select | Filter history by currency |
| Payment Gateway* | select/autocomplete | Filter history by payment gateway |
| Search | button | Apply filter values to refresh the history table |
| Reset | button | Clear filters and reload full history |
Rebalance entry formβ
The form submits a new balance adjustment request.
| Field | Type | Description |
|---|---|---|
| White Label Name* | select/autocomplete | Selected white label for the rebalance transaction |
| Notes* | text | Notes to describe the request |
| Currency* | select | Currency used for the adjustment (e.g. IDR) |
| Amount* | input | Amount to debit or credit |
| TRX ID* | input | Transaction ID for this rebalance request |
| Ref ID* | input | Reference ID for reconciliation |
| Destination Bank* | input | Destination bank for the adjustment |
| Account Number* | input | Destination account number |
| Bank Name* | input | Destination account holder name |
| Save | button | Save and submit the rebalance transaction |
History sectionβ
The history table lists previous rebalance transactions.
| Column | Description |
|---|---|
| ID | History row number |
| Date | Timestamp when the request was created |
| Username | Admin user who created the request |
| TRX ID | Transaction ID provided in the request |
| Reff ID | Reference ID provided in the request |
| Notes | Request notes or description |
| Currency | Currency of the request |
| Amount | Amount requested for rebalance |
Example rowsβ
Visible rows include:
- ID
1, date27-11-2025 12:32:03,znpay debit 1, amount350, currencyIDR - ID
2, date27-11-2025 12:31:38,znpay credit 1, amount500, currencyIDR - ID
3, date25-11-2025 14:09:05,TRX ID Debit 1, amount2,000, currencyIDR - ID
4, date25-11-2025 14:08:25,TRX ID Credit 1, amount3,000, currencyIDR
Actionsβ
Filter rebalance historyβ
- Choose a
White Label Name*filter. - Select a
Currency*filter. - Select a
Payment Gateway*filter. - Click
Searchto update the history table. - Click
Resetto clear filters and show all history entries.
Submit a rebalance requestβ
- Select a
White Label Name*in the entry form. - Enter a short description in
Notes*. - Choose the
Currency*for the transaction. - Enter the
Amount*to adjust. - Fill
TRX ID*andRef ID*for tracking. - Provide the destination details:
Destination Bank*,Account Number*, andBank Name*. - Click
Saveto submit the rebalance request.
Review rebalance historyβ
- View the
Historysection below the form. - Check each rowβs
ID,Date,Username,TRX ID,Reff ID,Notes,Currency, andAmount. - Use pagination controls if more history records are available.
Notesβ
- The page mixes request creation and transaction history for quick adjustments.
- Both debit and credit rebalance actions are supported via the same submission form.
- The filters apply only to the history table, not to the save form.
- There are no explicit row actions like edit or delete visible in the history table.