Fetches currency wise balance for virtual account numbers for real customer number
get
/service/currencyWiseBalance
This endpoint is used to fetch the currency wise balance for virtual account numbers for a real customer number.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
currency: string
Currency Code
-
realCustomerNo(required): string
Customer Number
-
virtualEntityId: string
Virtual Entity ID
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Response
Supported Media Types
- application/json
- application/xml
- text/csv
200 Response
Returns list of currencies, count of virtual accounts and corresponding sum of current balances
Headers
Root Schema : CurrencyWiseBalanceCollection
Type:
object
Collection of currencies, count of virtual accounts and corresponding sum of current balances
Show Source
Nested Schema : CurrencyWiseBalanceDTO
Type:
Show Source
object
-
currency:
string
Virtual Account Currency
-
currentBalances:
number
Sum of Current Balance of Virtual Accounts
-
virtualAccountCount:
integer
Count of Virtual Accounts
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error