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
- application/json
- application/xml
Header Parameters
-
sourceCode: string
Source from which request is initiated
Request Body that contains data required for fetching Balance for Virtual Accounts
Response
Supported Media Types
- application/json
- text/csv
- application/xml
201 Response
Returns message of succes or failure
Headers
Nested Schema : SweepVDBalanceDTO
Type:
Show Source
object
-
sweepEligibleBalance(optional):
number
Sweep Eligible balance for a virtual account is account's own balance without accounting child's contributions, unauth debits and blocked amount
-
valuedate(optional):
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Value date for which value dated balance is being fetched -
valueDatedBalance(optional):
number
Value dated balance for the date speficied
-
virtualAccountCcy(optional):
string
Maximum Length:
3
Currency of the virtual account number -
virtualAccountNumber(optional):
string
Virtual account number for which balance has to be fetched
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.