Skip to main content

Get Customer Account Balance By Id

Endpoint: GET https://api.zamp.finance/api/client/:clientid/customer/:customerid/account/:accountid/balance

This API will get balance for a specific account

Path Params

KeyValueDescriptionRequired
accountidStringid of account for which balance is requestedYes

Response JSON Representation

{
"data": {
"account_id": "iihr42_eD5E9qN2RwNFyEPKX8ceQN_05_17",
"balance": 150,
"currency_code": "USD"
}
}