Skip to main content

BANK DETAILS

This API returns all bank account details mapped to the user, including account information, branch details, product mappings, and withdrawal eligibility.

🔍 Query Parameters

ParameterTypeRequiredDescriptionExample
userIdstringYesUser ID (UCC)"{{user_id}}"

🔑 Header Parameters

HeaderTypeDescriptionExample
Content-TypestringRequest payload formatapplication/json
AuthorizationstringAccess token for authenticated requests{{access_token}}
x-api-keystringAPI key used to authorize request{{x-api-key}}

🟢 Success Response - 200 OK

Content-Type: application/json

FieldTypeDescriptionExample
statusstringStatus of API call"success"
codestringResponse code"s-101"
messagestringSuccess message"Bank details fetched successfully"
dataarrayList of bank account detailsRefer Data Object Fields

📦 Data Object Fields

FieldTypeDescriptionExample
sAccountNostringAccount number"XXXXXXXX1234"
sIFSCstringIFSC code of the bank"HDFC0001234"
sCustomerIdstringCustomer ID"CUST001"
sAccountTypestringAccount type"Savings", "Current"
nProductCodestringProduct code"1"
sProductTypestringProduct type"EQ+FO"
sBankBranchIdstringBank branch ID"BR001"
sBankIdstringBank ID"HDFC"
sBankNamestringBank name"HDFC Bank"
sBranchNamestringBranch name"MG Road"
sBranchCitystringBranch city"Bengaluru"
sManagerIPstringManager IP address"192.168.1.1"
sGroupIdstringGroup ID associated with the user"GRP01"
bWithdrawAllowedbooleanIndicates whether withdrawal is allowedtrue, false