Skip to main content
POST

Overview

This endpoint allows you to query your merchant wallet balance, including current balance, pending balance, and available balance for withdrawals.

Path Parameters

string
required
API version (e.g., “1”)

Response

uuid
Merchant user ID
uuid
Unique wallet identifier
number
Current total balance in the wallet
number
Total amount in pending transactions
number
Balance available for withdrawal or settlements
string
Wallet currency code (e.g., “PKR”, “USD”)
integer
Number of transactions currently pending
object
Breakdown of pending amounts by transaction type
datetime
Timestamp when balance was retrieved

Best Practices

  • Check your balance before initiating settlements or payouts
  • Monitor pendingBalance to understand funds in transit
  • Use availableBalance to determine withdrawal capacity
  • Implement regular balance checks in your integration for financial reconciliation