Get Wallet Balance
Retrieve your current wallet balance (available funds for disbursement).
Endpoint
GET /v1/balance
Example
cURL
curl https://api.nusio-saka.com/v1/balance \
-H "X-API-Key: your-api-key"
Response
HTTP 200 OK
{
"success": true,
"data": {
"merchant_id": "550e8400-e29b-41d4-a716-446655440000",
"balance_minor": 50000000,
"currency": "IDR"
}
}
balance_minor is in minor units — divide by 100 to get IDR. 50000000 = IDR 500,000.
Error Codes
| Code | HTTP | Description |
|---|---|---|
NOT_WALLET_MERCHANT | 403 | Account is not WALLET settlement type |