Central — Setting Price
Overview
The Setting Price page is used by admins to manage price settings for payment methods. It lists configured price rules and allows admins to search by white label, add a new setting, or edit existing settings.
Access
- URL:
/dashboard/setting-price - Role required: Admin
- Navigation path: Sidebar > Payment Settings > Setting Price
Page layout
Header
The top of the page shows the page title and the primary action button.
| Element | Type | Description |
|---|---|---|
| Setting Price | heading | Current page title |
| Add Setting Price | button | Opens the add setting price modal |
Filter area
Admins can search for settings by white label name.
| Element | Type | Description |
|---|---|---|
| White Label Name* | input/select | Filter settings by white label |
| Search | button | Apply the filter |
| Reset | button | Clear the filter and reload the full list |
Price settings table
The main table displays existing price settings and allows editing individual entries.
| Column | Description |
|---|---|
| Settings | White label name or visible setting label |
| Payment Gateway | Payment gateway identifier or name |
| Category | Payment category such as deposit or withdraw |
| Price | Price rule value shown as fixed amount or percentage |
| Fee Payer | Indicates whether the merchant or customer pays the fee |
| Action | Edit button for updating the setting |
Example rows
Current visible entries include:
BNIwith gatewayhades, categorywithdraw, price+3,000, fee payermerchantBNIwith gatewayhades2, categorywithdraw, price+3,000, fee payercustomerQRIS HDwith gatewayhades, categorydeposit, price+0.01%, fee payermerchant
Actions
Add a new setting price
- Click
Add Setting Price. - In the
Add Setting Pricemodal, complete the fields. - Use
Cancelto close the modal without saving. - Use
Saveto create the new price setting.
Search by white label
- Enter a white label name in the
White Label Name*field. - Click
Searchto filter the table. - Click
Resetto clear the filter and show all settings again.
Edit an existing setting
- Find the row for the price setting you want to update.
- Click
Editin the action column. - Modify the fields in the
Edit Setting Pricemodal. - Click
Saveto apply changes orCancelto close without saving.
Modal / popup details
Add Setting Price modal
This modal is used to create a new price setting.
| Field | Type | Description |
|---|---|---|
| Payment Gateway* | select / autocomplete | Choose the payment gateway |
| Bank* | select / autocomplete | Choose the bank linked to the price rule |
| Category* | dropdown | Select the payment category (deposit or withdraw) |
| Type* | dropdown | Choose the type of setting |
| Fix Price* | input | Enter a fixed fee amount |
| Percentage Price* | input | Enter a percentage fee |
| Cancel | button | Close the modal without saving |
| Save | button | Save the new setting and close the modal |
Edit Setting Price modal
This modal is used to update an existing setting. It includes the same fields as the add form, plus the current values loaded for the selected row.
| Field | Type | Description |
|---|---|---|
| Fix Price | input | Current fixed fee value |
| Fee Payer | select | Current fee payer option (merchant or customer) |
| Percentage Price | input | Current percentage fee value |
| Cancel | button | Close the modal without saving changes |
| Save | button | Save the updated setting |
Notes
- The page currently supports only editing existing settings; there is no delete action shown in the table.
- The search filter is primarily by white label name.
- The price row action is
Edit, which opens the edit modal for adjustments.