Virtual Account Balance
POST /account/balance
Request
{}Response
{
"data": {
"availableBalance": "10000.00",
"fundsOnHold": "500.00"
}
}Response Parameters
| Parameter | Type | Description |
|---|---|---|
availableBalance | string | The amount of money currently available for withdrawal or payment. This is the balance minus any funds that are on hold. |
fundsOnHold | string | The amount of money that is temporarily locked and not available for use. This typically includes funds reserved for pending payments or transactions. |
Last updated on