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
| Parameter | Type | Required | Description | Example |
|---|
| bankId | string | Yes | Bank ID | "HDFC" |
🔍 Query Parameters
| Parameter | Type | Required | Description | Example |
|---|
| userId | string | Yes | User ID (UCC) | "{{user_id}}" |
| Header | Type | Description | Example |
|---|
| Content-Type | string | Request payload format | application/json |
| Authorization | string | Access token for authenticated requests | {{access_token}} |
| x-api-key | string | API key used to authorize request | {{x-api-key}} |
🔴 Error Response - 500 Internal Server Error
Content-Type: application/json
| Field | Type | Description |
|---|
| object | object | Error 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.