Skip to main content

Get Default Bank Details

This API retrieves the default bank account details for a specific product.
Use this to obtain customer-linked bank account information like account number, bank name, and IFSC.

🛣️Path Parameters

FieldTypeRequiredDescriptionExample/ENUM
productIdintegerYesUnique identifier for product1

🔑Header Parameters

HeaderTypeDescriptionExample/ENUM
AuthorizationstringBearer token for user authentication.{{access_token}}
Content-TypestringSpecifies the type of the request payload.application/json
x-api-keystringAPI key to authenticate the request.{{x-api-key}}

🟢Success Response - 200 Ok

FieldTypeDescriptionExample/ENUM
statusstringStatus of the API call."success"
codestringResponse code indicating the outcome."s-101"
messagestringA message indicating the success of the request."success message"
dataarray of objectArray containing the default bank details.See details below

🏛️Bank Details (Array of objects)

FieldTypeDescriptionExample/ENUM
sBankIdstringUnique identifier for the bank.BID12345
sBankNamestringName of the bank.State Bank of India
sAccountNostringBank account number.1234567890
sIFSCstringIFSC code of the bank.SBI0001234
sCustomerIdstringUnique identifier for the customer.CUST7890
get/transactional/v1/getDefaultBankDetails/{productId}