Get the balance

get

/service/balance

This endpoint is used to get the balance details of a given virtual account.

Request

Supported Media Types
Query Parameters
Back to Top

Response

Supported Media Types

201 Response

Returns message of succes or failure
Headers
Body ()
Root Schema : BalanceWrapperServiceDto
Type: object
Show Source
Nested Schema : VamsTbAccountBalanceServiceDTO
Type: object
Show Source
Nested Schema : BalanceServiceResponseDto
Type: object
Show Source
Nested Schema : blockedChildContributionList
Type: array
Show Source
Nested Schema : ccyWiseAmount
Type: object
Additional Properties Allowed
Show Source
Nested Schema : childContributionList
Type: array
Show Source
Nested Schema : contributionDtoList
Type: array
Show Source
Nested Schema : CcyWiseContributionDTO
Type: object
Cross Currency Contribution Details
Show Source
Nested Schema : ChildAccountBalance
Type: object
Show Source
Nested Schema : ContributionDTO
Type: object
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : BalanceServiceResponseCode
Type: object
Show Source

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