Get all valid accounts for closure
get
/service/accounts/virtualaccountsforclosure
This endpoint is used to get all valid accounts allowed for closure.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
branchCode(optional): string
Branch code of the virtual account
-
currency(optional): string
Currency of the virtual account
-
ibanAccNo(optional): string
International Bank Account Number
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
-
realCustomerNo(optional): string
Real customer number for which virtual accounts applicable for closure needs to be fetched
-
virtualAccountName(optional): string
Virtual account name
-
virtualAccountNo(optional): string
Virtual account number
-
virtualEntityId(optional): string
Virtual entity ID for which virtual accounts applicable for closure needs to be fetched
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure
Headers
Root Schema : VirtualAccountsForClosureCollection
Type:
object
Collection of virtual account allowed for closure
Show Source
Nested Schema : VirtualAccountForClosureDTO
Type:
Show Source
object
-
branchCode(optional):
string
Branch code of the Virtual Account
-
branchName(optional):
string
Minimum Value:
0
Maximum Value:105
Name of the Branch for Virtual Account -
currentBalance(optional):
number
Current balance of virtual account
-
defaultAccCcy(optional):
string
Currency of Virtual Account
-
ibanAccNo(optional):
string
IBan Account Number
-
interestCalcReq(optional):
string
Flag to indicate if Interest Calculation is required
-
keyId(optional):
string
KeyId of the Virtual Account
-
realCustomerNo(optional):
string
Real Customer Number for whom Virtual Account is created
-
virtualAccountName(optional):
string
Name of the Virtual Account
-
virtualAccountNo(optional):
string
Virtual Account Number
-
virtualEntityId(optional):
string
Virtual Entity for which Virtual Account is created
-
virtualEntityName(optional):
string
Virtual Entity Name for which Virtual Account is created
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