Get all valid account branch parameters
get
/service/accountbranchparameters
This enpoint is used to get all valid account branch parameters maintained.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
accAutoGenerate(optional): string
-
authStat(optional): string
-
bbanBankCode(optional): string
-
bbanBrnCode(optional): string
-
bbanDataType(optional): string
-
bbanFormatMsk(optional): string
-
branchCode(optional): string
-
branchGroup(optional): string
-
checkerId(optional): string
-
checksumAlgorithm(optional): string
-
corporateSpecificRangeRequired(optional): string
-
endAccNumber(optional): integer
-
fixedValue(optional): string
-
ibanChkDigAlgo(optional): string
-
ibanCntryCd(optional): string
-
includecloseandunauth(optional): boolean
includecloseandunauth need to be set to fetch summary record, defult value is false
-
limit(optional): integer
limit is maximum no of records to be fetched
-
makerId(optional): string
-
offset(optional): integer
offset is starting no of records to be fetched
-
realCustomerNo(optional): string
-
recordStat(optional): string
-
startAccNumber(optional): integer
-
virtualAccountMask(optional): string
Header Parameters
-
sourceCode: string
Source from which request is initiated
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
Nested Schema : BranchParametersServiceDTO-allOf[0]
Type:
Show Source
object-
accAutoGenerate(optional):
string
Minimum Length:
0Maximum Length:1Pattern:^[Y,N]$Enable/disable auto generation of account number. -
amtBlkQueueReq(optional):
string
Pattern:
[Y,N]Flag to indicate if queue is required for Amount Block -
approverRemarks(optional):
string
Remarks made by Approver
-
authStatus(optional):
string
Authorization Status of Virtual Account
-
bbanBankCode(optional):
string
Minimum Length:
0Maximum Length:20Pattern:^[a-zA-Z0-9]+$Bank code should be given if bank code is part of BBAN mask. -
bbanBrnCode(optional):
string
Minimum Length:
0Maximum Length:20Pattern:^[a-zA-Z0-9]+$Branch code should be given if branch code is part of BBAN mask -
bbanChkDigAlgo(optional):
string
Minimum Length:
0Maximum Length:30Algorithm required for BBAN check digit generation -
bbanDataType(optional):
string
Minimum Length:
0Maximum Length:30Pattern:^[anc]*$Data type of each field defined as part of BBAN mask -
bbanFormatMsk(optional):
string
Minimum Length:
0Maximum Length:30Pattern:^[bszdthli]*$BBAN format mask. -
branchCode(optional):
string
Minimum Length:
3Maximum Length:3Pattern:^[a-zA-Z0-9]+$Branch code in which virtual account is created. -
branchGroup(optional):
string
Branch Group code
-
branchName(optional):
string
Minimum Value:
0Maximum Value:105Name of the Branch for Virtual Account -
checkerDateStamp(optional):
string
Date and Time when some action on Virtual Account is authorized
-
checkerId(optional):
string
Checker ID of Virtual Account
-
checksumAlgorithm(optional):
string
Algorithm required to generate checksum.
-
corporateSpecificRangeRequired(optional):
string
Minimum Length:
0Maximum Length:1Pattern:[Y,N]Flag to indicate if corporate specific account number range is required or not for the branch -
doerRemarks(optional):
string
Remarks made by Maker
-
endAccNumber(optional):
number
Minimum Length:
0Maximum Length:20Pattern:^[0-9]*$End serial number of the account. -
extAccNumberGeneration(optional):
string
Pattern:
[Y,N]External Account number Generation Required? -
extIBANGeneration(optional):
string
Pattern:
[Y,N]External IBAN Generation Required? -
fixedValue(optional):
string
Minimum Length:
0Maximum Length:1Pattern:^$|^[a-zA-Z0-9]+$ -
ibanChkDigAlgo(optional):
string
Minimum Length:
0Maximum Length:30Algorithm required for IBAN check digit generation -
ibanCntryCd(optional):
string
Minimum Length:
0Maximum Length:3Pattern:^$|^[a-zA-Z0-9]+$Country Code. -
makerDateStamp(optional):
string
Date and Time when Virtual Account is created or modified or closed or reopened
-
makerId(optional):
string
Maker ID of Virtual Account
-
maxVariance(optional):
number
Minimum Value:
0Maximum Value:100Maximum variance allowed for Exchange Rate (percentage) -
modNo(optional):
integer
Version number of Virtual Account
-
normalVariance(optional):
number
Minimum Value:
0Maximum Value:100Variance that is allowed for Exchange Rate (percentage) -
onceAuth(optional):
string
Flag that indicated if Virtual Account is authorized once or not
-
rateCode(optional):
string
Minimum Length:
0Maximum Length:1Pattern:[M,B]Rate Code can be Mid Rate(M) or Buy/Sell Rate(B) -
rateType(optional):
string
Rate Type
-
recordStatus(optional):
string
Record Status of Virtual Account
-
startAccNumber(optional):
number
Minimum Length:
0Maximum Length:20Pattern:^[0-9]*$Start serial number of the account -
txnJnlQueueReq(optional):
string
Pattern:
[Y,N]Flag to indicate if queue is required for Transaction Journal -
vaRateCode(optional):
string
Minimum Length:
0Maximum Length:1Pattern:[M,B]Rate Code for Child Contributions can be Mid Rate(M) or Buy/Sell Rate(B) -
vaRateType(optional):
string
Rate Type for Child Contributions
-
virtualAccountMask(optional):
string
Minimum Length:
0Maximum Length:20Pattern:^[bcvtnsfd\$]*$Mask for virtual account number
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
Request denied, invalid input.
500 Response
Internal server error.