Dark Mode

Fetch Durianpay Balance API


The following endpoint retrieves the balance in the durianpay account.

/disbursements/topup/balance

Run in Postman

Example
curl -u [Base64({Your_Server_Key}:)] \
-X GET https://api.durianpay.id/v1/disbursements/topup/balance \
-H "content-type: application/json"'

Response Code

200 - Success

1
2
3
4
5
{
    "data": {
        "balance": 949859471313
    }
}

401 - Unauthorized Access

500 - Internal Server Error