GET MAPPED BANKS LIST
This API returns the payment gateway and mapped bank details for a selected product and bank. It is typically used during the Add Funds workflow to identify the appropriate payment gateway configuration.
🔗 Path Parameters
| Parameter | Type | Required | Description | Example |
|---|
| productId | integer | Yes | Product ID into which funds will be added | 1 |
| bankId | string | Yes | Bank ID from which funds will be added | "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}} |
🟢 Success Response - 200 OK
Content-Type: application/json
| Field | Type | Description | Example |
|---|
| status | string | Status of API call | "success" |
| code | string | Response code | "s-101" |
| message | string | Success message | "Mapped bank details fetched successfully" |
| data | array | List of mapped bank and gateway details | Refer Data Object Fields |
📦 Data Object Fields
| Field | Type | Description | Example |
|---|
| sProductId | integer | Product ID | 1 |
| sMerchantId | string | Merchant ID | "MID001" |
| sMerchantName | string | Merchant Name | "SynapseWave" |
| sMasterBankId | string | Master Bank ID | "HDFC" |
| sBankId | string | Bank ID | "HDFC" |
| sAggregatorBankId | string | Aggregator Bank ID | "AGG001" |
| sBankName | string | Bank Name | "HDFC Bank" |
| sMappedBankName | string | Mapped Bank Name | "HDFC Payment Gateway" |
| nGroupId | integer | Group ID associated with the user | 1001 |
| sMemberLoginId | string | Member Login ID | "LOGIN001" |
| sMemberPassword | string | Member Password / Configuration Reference | "******" |
| sMemberId | string | Member ID | "MEM001" |
| nBlockThirdParty | integer | Third-Party Transaction Restriction Flag | 0 |
| nBankActive | integer | Bank Active Status | 1 |
| nIndexNo | integer | Index Number | 1 |