Retrives the intaccmap by given ID
get
/web/v1/virtualAccounts
This endpoint is used to get the internal account mapping by ID.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
limit(optional): integer
Limit
-
offset(optional): integer
Offset
-
realAccountNo(optional): string
Real Account No
-
realCustomerNo(optional): string
Real Customer No
- virtualAccReqParams(optional): array
-
virtualAccountName(optional): string
Virtual Account Name
-
virtualAccountNo(optional): string
Virtual Account No
Header Parameters
-
appId: string
Application Id
-
branchCode: string
Branch Code
-
userId: string
User Id
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the intaccmap based on given id.
Root Schema : VirtualAccountDetailsResponse
Type:
object
Collection of accentrycode.
Show Source
-
data(optional):
array data
-
paging(optional):
object PagingDto
Contains the paging data like Total Results and Next/Prev Links
Nested Schema : data
Type:
Show Source
array
-
Array of:
object VirtualAccountDetails
Virtual Account Details
Nested Schema : PagingDto
Type:
object
Contains the paging data like Total Results and Next/Prev Links
Show Source
Nested Schema : VirtualAccountDetails
Type:
object
Virtual Account Details
Show Source
-
branchCode(optional):
string
-
creditTxnsAllowed(optional):
string
-
debitTxnsAllowed(optional):
string
-
fixedAmount(optional):
number
-
fixedAmtFromPool(optional):
number
-
ibanAccNo(optional):
string
-
realAccountBrn(optional):
string
-
realAccountCcy(optional):
string
-
realAccountNo(optional):
string
-
realCustomerNo(optional):
string
-
status(optional):
string
-
virtualAccCcy(optional):
string
-
virtualAccountName(optional):
string
-
virtualAccountNo(optional):
string
-
virtualAccProduct(optional):
string
-
virtualEntityId(optional):
string
-
virtualEntityName(optional):
string
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error