Skip to main content

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

The top of the page shows the page title and the primary action button.

ElementTypeDescription
Setting PriceheadingCurrent page title
Add Setting PricebuttonOpens the add setting price modal

Filter area

Admins can search for settings by white label name.

ElementTypeDescription
White Label Name*input/selectFilter settings by white label
SearchbuttonApply the filter
ResetbuttonClear the filter and reload the full list

Price settings table

The main table displays existing price settings and allows editing individual entries.

ColumnDescription
SettingsWhite label name or visible setting label
Payment GatewayPayment gateway identifier or name
CategoryPayment category such as deposit or withdraw
PricePrice rule value shown as fixed amount or percentage
Fee PayerIndicates whether the merchant or customer pays the fee
ActionEdit button for updating the setting

Example rows

Current visible entries include:

  • BNI with gateway hades, category withdraw, price +3,000, fee payer merchant
  • BNI with gateway hades2, category withdraw, price +3,000, fee payer customer
  • QRIS HD with gateway hades, category deposit, price +0.01%, fee payer merchant

Actions

Add a new setting price

  1. Click Add Setting Price.
  2. In the Add Setting Price modal, complete the fields.
  3. Use Cancel to close the modal without saving.
  4. Use Save to create the new price setting.

Search by white label

  1. Enter a white label name in the White Label Name* field.
  2. Click Search to filter the table.
  3. Click Reset to clear the filter and show all settings again.

Edit an existing setting

  1. Find the row for the price setting you want to update.
  2. Click Edit in the action column.
  3. Modify the fields in the Edit Setting Price modal.
  4. Click Save to apply changes or Cancel to close without saving.

Add Setting Price modal

This modal is used to create a new price setting.

FieldTypeDescription
Payment Gateway*select / autocompleteChoose the payment gateway
Bank*select / autocompleteChoose the bank linked to the price rule
Category*dropdownSelect the payment category (deposit or withdraw)
Type*dropdownChoose the type of setting
Fix Price*inputEnter a fixed fee amount
Percentage Price*inputEnter a percentage fee
CancelbuttonClose the modal without saving
SavebuttonSave 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.

FieldTypeDescription
Fix PriceinputCurrent fixed fee value
Fee PayerselectCurrent fee payer option (merchant or customer)
Percentage PriceinputCurrent percentage fee value
CancelbuttonClose the modal without saving changes
SavebuttonSave 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.