Fetches top five virtual accounts current balances based on a currency for a real customer number
get
/service/topFiveVirtualAccBalances
This endpoint is used to fetch the top five virtual accounts current balances based on a currency for a real customer number.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
currency: string
Virtual Account Currency
-
realCustomerNo: string
Real Customer Number
-
virtualEntityId(optional): string
Virtual Entity ID
Header Parameters
-
sourceCode: string
Source Code
Response
Supported Media Types
- application/json
- text/csv
- application/xml
200 Response
Returns list of top five virtual accounts based on the current balances and currency for a real customer number
Headers
Root Schema : TopFiveVirtualAccBalancesCollection
Type:
object
Collection of top five virtual accounts current balances based on currencies for a real customer number
Show Source
Nested Schema : TopFiveVirtualAccBalancesDTO
Type:
Show Source
object
-
currency(optional):
string
Virtual Account Currency
-
currentBalance(optional):
number
Current Balance
-
virtualAccountName(optional):
string
Virtual Account number
-
virtualAccountNo(optional):
string
Virtual Account number
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