Retrieve Balance

Get the latest available balance amounts for your account, allowing you to monitor funds in real-time

Method and URL

GET [BASE_URL]/v1/balances

Response

Response Body

{
    "code": "00",
    "message": "Success",
    "data": {
        "availableBalance": {
            "currency": "IDR",
            "availableBalance": 135775256
        }
    }
}

Detail Parameter Response

Parameter
Data Type
Requirement
Description

availableBalance

Object

M

Available balance for the merchant

  • currency

String

M

Balance currency

  • availableBalance

Number

M

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

Last updated