Skip to main content

Bank Details by Bank ID

This API retrieves detailed bank information based on the given productId and bankId. It returns essential details such as account number, IFSC code, account type, bank branch info, and withdrawal permissions.

🛣️Path Parameters

ParameterTypeRequiredDescriptionExample
productIdintegerYesProduct identifier1
bankIdstringYesBank identifier (usually bank code)"HDFC"

🔑Header Parameters

HeaderTypeDescriptionExample
AuthorizationstringBearer token for authenticationBearer {{access_token}}
x-api-keystringAPI key for access control{{x-api-key}}

🟢Success Response - 200 Ok

FieldTypeDescriptionExample
statusstringStatus of API call"success"
codestringResponse code"s-101"
messagestringSuccess message"Success message"
dataarrayArray of bank detail objectsSee below

📘Data Object Info Fields

FieldTypeDescriptionExample/ENUM
sAccountNostringBank account number"1234567890"
sIFSCstringIFSC code of the bank branch"HDFC0001234"
sCustomerIdstringCustomer identifier associated with the bank account"CUST789"
sAccountTypestringType of account (Savings or Current)"Savings"
nProductCodestringCode representing the product"PROD01"
sProductTypestringType of product"NetNet"
sBankBranchIdstringUnique identifier for the bank branch"BR001"
sBankIdstringBank identifier (bank code)"HDFC"
sBankNamestringName of the bank"HDFC Bank"
sBranchNamestringBranch name"Andheri West"
sBranchCitystringCity where branch is located"Mumbai"
sManagerIPstringManager's IP address (if applicable)"192.168.0.1"
sGroupIdstringGroup ID associated with the user"HO"
bWithdrawAllowedbooleanFlag indicating if withdrawal is allowedtrue
get/transactional/v1/getBankAccList/{productId}/{bankId}