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(required): string
Virtual Account Currency
-
realCustomerNo(required): string
Real Customer Number
-
virtualEntityId: string
Virtual Entity ID
Header Parameters
-
sourceCode(required): string
Source Code
Response
Supported Media Types
- application/json
- application/xml
- text/csv
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:
string
Virtual Account Currency
-
currentBalance:
number
Current Balance
-
virtualAccountName:
string
Virtual Account number
-
virtualAccountNo:
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