Skip to main content

ResponseSingleBalanceDto

The ResponseSingleBalanceDto defines the structure of a response object returned by the NoWallet API when requesting a merchant’s current balance for a specific country or currency.
This DTO provides full insight into the available, pending, and historical movement of funds within a merchant account.

JSON Response Example

The following JSON object is a typical example of a single balance response:

{
"balance": 200,
"deposit": 140,
"withdrawal": 60,
"potentialBalance": 100,
"possibleWithdrawal": 100,
"update": "2025-01-01TZ00:00:00"
}

Properties

The Properties table explains the fields included in the ResponseSingleBalanceDto:

NameTypeRequiredRestrictionsDescription
balancenumbertruenonemerchant balance for country code
depositnumbertruenonetotal deposit (pay in) amount for this balance
withdrawalnumbertruenonetotal withdrawal (pay out) amount for this balance
potentialBalancenumbertruenonepending(waiting for validation) amount for this balance
possibleWithdrawalnumbertruenonereal amount merchant can withdrawal for this balance
updatestringfalsenonelast date of update for this balance

This page was helpful?