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
Key | Value | Description | Required |
---|---|---|---|
accountid | String | id of account for which balance is requested | Yes |
Response JSON Representation
{
"data": {
"account_id": "iihr42_eD5E9qN2RwNFyEPKX8ceQN_05_17",
"balance": 150,
"currency_code": "USD"
}
}