Skip to main content

Central — Withdraw Coins

Overview

The Withdraw Coins page is used by admin users to withdraw coin balance from a selected white label and currency. The page includes a withdrawal form, a transaction history table, and a confirmation modal that appears before the withdrawal is executed.

Access

  • URL: /dashboard/withdraw-coins
  • Role required: Admin
  • Navigation path: Sidebar > Whitelabel Management > Withdraw Coins

Page Layout

The page header displays the page title as part of the central admin interface.

ElementTypeDescription
Withdraw CoinsheadingMain page title

The top filter section allows selection of white label and currency.

ElementTypeDescription
White Label NamedropdownSelected white label, currently i88
CurrencydropdownSelected currency, currently IDR - (Indonesia)
SearchbuttonApply selected filter values
ResetbuttonClear filter selections

Withdraw Form

The main form shows the selected white label, currency, current balance, and withdrawal amount.

ElementTypeDescription
White Label NametextDisplays selected white label i88
CurrencytextDisplays selected currency IDR - (Indonesia)
BalancetextCurrent balance available for withdrawal
AmountinputAmount to withdraw
SavebuttonTrigger withdrawal confirmation modal

Notes

A notes section appears below the form.

ElementTypeDescription
NotestextNotes field value, currently -

History Table

The history section displays past withdrawal transactions.

ColumnDescription
IDRecord identifier
DateDate and time of the transaction
UsernameUsername of the admin that performed the withdrawal
NotesTransaction note text
CurrencyCurrency of the withdrawal
AmountWithdrawal amount

Pagination controls are available for browsing history records.

ElementTypeDescription
10 DatatextTotal number of history records on this page
Prev / Next buttonsbuttonsNavigate pages
Page indicatortextCurrent page number
Go to pageinput + buttonJump to a specific page

Clicking the Save button opens a confirmation modal before the withdrawal is finalized.

Withdraw confirmation modal

The modal prompts the admin to confirm or cancel the withdrawal action.

ElementTypeDescription
Modal titletextConfirmation prompt for withdrawal
MessagetextAre you sure you want to withdraw coins for i88?
CancelbuttonClose the modal without withdrawing
ConfirmbuttonProceed with the withdrawal action

Features

White label and currency selection

Admins choose a white label and currency, then use Search to ensure the form is loaded for the selected context.

Withdrawal flow

Admins enter the amount and click Save, which opens a confirmation modal that must be accepted before the withdraw operation completes.

Transaction history

The page shows recent withdrawal records, including date, user, notes, currency, and amount.

UI Elements Reference

LabelTypeLocationDescription
Withdraw CoinsheadingPage headerCurrent page title
White Label NamedropdownFilter sectionSelect the white label
CurrencydropdownFilter sectionSelect the coin currency
SearchbuttonFilter sectionApply the filter
ResetbuttonFilter sectionClear filters
BalancetextForm sectionCurrent available balance
AmountinputForm sectionWithdrawal amount field
SavebuttonForm sectionOpen confirmation modal
NotestextForm sectionNotes field value
HistorysectionPage bodyTransaction history area
Confirmation modalpopupAfter SaveConfirm or cancel the withdraw action
CancelbuttonModalCancel withdrawal
ConfirmbuttonModalConfirm withdrawal

Notes

  • The page is currently scoped to White Label Name = i88 and Currency = IDR - (Indonesia).
  • A confirmation modal is required to complete the withdrawal action.
  • Screenshot of the page is available at docs/central/withdraw-coins.png.