Skip to main content

Order Records

The Order Records module is used to query and manage all deposit orders and payout orders.

Feature Overview

Payment Query (Deposit Orders)

Query all deposit order records:

FieldDescription
Order IDPlatform order unique identifier
Merchant Order IDOrder ID from merchant system
Merchant IDMerchant who initiated the order
ChannelChannel processing the order
Order AmountAmount paid by user
Actual AmountAmount after deducting fees
FeeService fee charged
Order StatusPending/Success/Failed/Closed
Created TimeOrder creation time

Query Conditions

  • Time range
  • Merchant ID
  • Order ID / Merchant Order ID
  • Order status
  • Channel

Payout Query (Withdrawal Orders)

Query all payout order records:

FieldDescription
Order IDPlatform order unique identifier
Merchant Order IDOrder ID from merchant system
Merchant IDMerchant who initiated the order
ChannelChannel processing the order
Order AmountPayout amount
FeeService fee charged
RecipientRecipient information
Order StatusProcessing/Success/Failed
Created TimeOrder creation time

Balance Record

Query merchant balance change records:

  • Balance increase (top-up, successful deposit)
  • Balance decrease (payout, distribution, fees)
  • Manual adjustment records

Success Statistics

Statistics on order success rate and amounts:

  • By time
  • By channel
  • By merchant

Service Statistics

Statistics on usage of each service:

  • Transaction count
  • Transaction amount
  • Success rate

Order Status Description

Deposit Order Status

StatusDescription
PendingWaiting for user to complete payment
SuccessPayment successful, credited
FailedPayment failed
ClosedOrder timeout or cancelled

Payout Order Status

StatusDescription
ProcessingProcessing the payout
SuccessPayout successful
FailedPayout failed
Under ReviewWaiting for manual review

Common Operations

  1. Query Orders - Use multi-condition combined query for orders
  2. View Details - Click order ID to view complete information
  3. Export Report - Export query results to Excel
  4. Callback Notification - View order callback status and records

Special Operations

For orders in specific states, the following operations may be needed:

  • Update Payment Status - Manually update order status
  • Upload Receipt - Upload transfer receipt for payout orders
  • Resend Callback - Resend callback notification to merchant