Service API that gets valid value dated balances details and sweep eligible balance for the specified virtual account and value date

post

/service/sweepandvaluedatedbalance

This endpoint is used to get Sweep Eligible balance for a virtual account. Sweep Eligible balance is account's own balance without accounting child's contributions, unauth debits and blocked amount

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for fetching Balance for Virtual Accounts
Root Schema : SweepAndVDBalanceServiceRequestDtoList
Type: object
Show Source
Nested Schema : sweepandVDBalanceServiceRequestDto
Type: array
Show Source
Nested Schema : SweepAndVDBalanceServiceRequestDto
Type: object
Show Source
Back to Top

Response

Supported Media Types

201 Response

Returns message of succes or failure
Headers
Body ()
Root Schema : SweepandVDBalanceServiceWrapperDTO
Type: object
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : SweepandVDBalanceServiceResponseDto
Type: object
Show Source
Nested Schema : SweepVDBalanceDTO
Type: object
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : SweepandVDBalanceServiceResponseCode
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