Query collection account balance
Query balance for a collection account
Query balance for a collection account
POST https://api-fsdh360-test.fsdhgroup.com/api/v1/virtualaccounts/static/collectionaccount/balance
To query collection account balance, the below parameters should be provided.
Attention should be given to parameters marked *required.
Query Parameters
Name
Type
Description
API-version
String
Version of API
Request Body
Name
Type
Description
Account number *
String
Clients account number
{
"availableBalance": 0,
"ledgerBalance": 0
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}{
"accountNumber": "string"
}

Response body
Inputting the correct parameters should give you a 200: Success response which will populate the below Success details. Also specified are possible responses from the request.
{
"availableBalance": 0,
"ledgerBalance": 0
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}Last updated