Skip to main content

Bank Details

This API returns a list of all bank accounts linked to the user. It provides detailed information including account number, IFSC, account type, bank and branch details, group association, and withdrawal eligibility.

🔑Header Parameters

HeaderTypeDescriptionExample
AuthorizationstringBearer token for authenticationBearer {{access_token}}
Content-TypestringRequest content typeapplication/json
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/