Dynamic collection account balance

Query balance for collection account

Query balance for a collection account

POST https://api-fsdh360-test.fsdhgroup.com/api/v1/virtualaccounts/dynamic/collectionaccount/balance

To retrieve account balance for a collection account 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

Client's account number

{
  "availableBalance": 0,
  "ledgerBalance": 0
}
Request body
{
  "accountNumber": "string"
}
Curl and Request URL
Server response

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
}

Last updated