Balance Object

A balance represent funds amount stored in Harsya System, for a merchant / sub-merchant account

{
    "availableBalance": {
        "currency": "IDR",
        "value": 31011771566.09
    }
}

Balance Object Schema

Schema Path
Specs and Validation
Description

availableBalance

  • Object

Available balance for the merchant

availableBalance.currency

  • String

Balance currency

availableBalance.value

  • Number

Available Balance. Your available funds which is ready to be used

Last updated