Gets all valid account products
get
/service/accountproducts
This endpoint is used to get all valid account products.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
accCode(optional): string
-
authStat(optional): string
-
checkerId(optional): string
-
codeDesc(optional): string
-
includecloseandunauth(optional): boolean
includecloseandunauth must be set to fetch summary record. By default, the value is false
-
limit(optional): integer
Fetches the maximum limit of the record.
-
limitCode(optional): string
-
makerId(optional): string
-
offset(optional): integer
Fetches the starting number of the offset.
-
realCustomerNo(optional): string
-
recordStat(optional): string
Header Parameters
-
sourceCode: string
Source from which request is initiated
Response
Supported Media Types
- application/json
- text/csv
- application/xml
201 Response
Returns Success or failure messages.
Headers
Nested Schema : VirAccProductServiceDTO-allOf[0]
Type:
Show Source
object
-
accCode:
string
Minimum Length:
4
Maximum Length:4
Pattern:[a-zA-Z0-9]+
Unique Virtual Account Product -
approverRemarks(optional):
string
-
authStatus(optional):
string
-
ccyRestrAllowed(optional):
string
Pattern:
[A,D]
Indicates if the Currency code list maintained is allowed or disallowed -
checkerDateStamp(optional):
string
-
checkerId(optional):
string
-
codeDesc(optional):
string
Minimum Length:
0
Maximum Length:105
Description of Virtual Account Product -
creditTxnsAllowed(optional):
string
Pattern:
[Y,N]
Flag to indicate if Credit Transaction is allowed or not -
debitTxnsAllowed(optional):
string
Pattern:
[Y,N]
Flag to indicate if Debit Transaction is allowed or not -
doerRemarks(optional):
string
-
icAccGroupType(optional):
string
flag to indicate vam account product is linked to customer specific/bank level ic account group -possible values are C/B/null
-
icGrpTemplate(optional):
string
IC group template
-
inactiveDays(optional):
number
Minimum Value:
0
Number of days after which virtual accounts opened under this code will be deactivated in case of no transactions -
interestCalcReq(optional):
string
Pattern:
[Y,N]
Flag to indicate if Interest Calculation is required or not -
limitCode(optional):
string
Limit Code mapped to the Account Product
-
liqdAllowed(optional):
string
Default Value:
N
Pattern:[Y,N]
Flag to indicate if Liquidity Management is allowed -
makerDateStamp(optional):
string
-
makerId(optional):
string
-
modNo(optional):
number
-
onceAuth(optional):
string
-
overdraftAllowed(optional):
string
Pattern:
[Y,N]
Flag to indicate if Overdraft is allowed or not -
realCustomerNo:
string
Real Customer Number for which Virtual Account Product is maintained
-
recordStatus(optional):
string
-
txnrestrAllowed(optional):
string
Pattern:
[A,D]
Indicates if the Transaction code list maintained is allowed or disallowed -
VirAccProdCcyRestrServiceDTO(optional):
array VirAccProdCcyRestrServiceDTO
-
VirAccProdTxnRestrServiceDTO(optional):
array VirAccProdTxnRestrServiceDTO
400 Response
Bad request error, the server is unable to process the request.
401 Response
Unauthorized request error, invalid credentials.
403 Response
Request denied, no permission to access the request.
405 Response
Invalid input, method is not allowed
500 Response
Internal server error