Skip to main content

GET BROKER CODE

This API retrieves the broker code information associated with a specified bank. It is typically used during fund transfer, payment gateway, or banking integration workflows.

🔗 Path Parameters

ParameterTypeRequiredDescriptionExample
bankIdstringYesBank ID"HDFC"

🔍 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}}

🔴 Error Response - 500 Internal Server Error

Content-Type: application/json

FieldTypeDescription
objectobjectError response returned by the server

Note: The published documentation currently only defines a 500 Internal Server Error response schema and does not provide the success response structure or field definitions.