Service API that Get all valid value dated balances for the specified virtual account

get

/service/getVDBalance

This endpoint is used to get all valid value dated balances for a valudate or specific virtual account.

Request

Supported Media Types
Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

201 Response

Returns message of succes or failure
Headers
Body ()
Root Schema : VDBalanceServiceWrapperDTO
Type: object
Show Source
Nested Schema : VDBalanceDTO
Type: object
Show Source
Nested Schema : VDBalanceServiceResponseDto
Type: object
Show Source
Nested Schema : PagingDto
Type: object
Show Source
Nested Schema : valueDatedBalanceDetails
Type: array
Show Source
Nested Schema : VDBalanceDetailsDTO
Type: object
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : VDBalanceServiceResponseCode
Type: object
Show Source

204 Response

NO CONTENT. No records found

400 Response

Bad request error, the server is unable to process the request

401 Response

Unauthorized request error, invalid credentials

403 Response

Request denied, no permission to access the request.

405 Response

Request denied, invalid input.

500 Response

Internal server error.
Back to Top