Skip to main content

Bank for Selected Product

This API retrieves the bank account details specifically associated with a selected product. It is useful when you need to identify which bank account is mapped to a particular product (e.g., Equity, Derivatives, Commodities, etc.).

🛣️Path Parameter

ParameterTypeRequiredDescriptionExample/ENUM
productIdstringYesUnique identifier for the product"EQ01"

🔑Header Parameters

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

🟢Success Response - 200 Ok

FieldTypeDescriptionExample/ENUM
statusstringStatus of API call"success"
codestringResponse code"s-101"
messagestringSuccess message"success message"
dataarrayArray containing two nested arrays[[], [ {...} ]]

📘Data array object

FieldTypeDescriptionExample
PGDefaultBankstringDefault bank details in pipe-separated format:"HDFC
get/transactional/v1/getBanksForSelectedProduct/{productId}