Gets the List of Virtual and Real Accounts
get
/service/account/virtualRealAccountfetch
This endpoint is used to get the list of virtual and real accounts.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
accountDescription(optional): string
-
accountNumber(optional): string
-
authStat(optional): string
-
branchCode(optional): string
-
currencyCode(optional): string
-
customerId(optional): string
Pattern:
[a-zA-Z0-9]{1,20}
-
iban(optional): string
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
-
recordStat(optional): string
-
sourceSystem(optional): string
-
virtualOrRealAccount(optional): string
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful operation.
Nested Schema : VirtualRealAccountDTO-allOf[0]
Type:
Show Source
object
-
accountClass(optional):
string
-
accountDescription(optional):
string
-
accountNumber(optional):
string
-
accountOpenDate(optional):
string
-
accountType(optional):
string
-
branchCode(optional):
string
-
currencyCode(optional):
string
-
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
-
iban(optional):
string
-
isBlocked(optional):
string
-
isDormant(optional):
string
-
isFrozen(optional):
string
-
isNoCredit(optional):
string
-
isNoDebit(optional):
string
-
isVirtual(optional):
string
-
sourceSystem(optional):
string
-
sourceSystemAccNo(optional):
string
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error