Mapped Banks List
This API endpoint retrieves the payment gateway details associated with a selected product and bank. It returns detailed information about the merchant, bank, and associated payment gateway details, including the bank's activation status, third-party blocking, and other related data.
🛣️Path Parameters
| Parameter | Type | Description | Example/ENUM |
|---|
| productID | integer | The unique identifier for the product. | 100 |
| bankID | string | The unique identifier for the bank. | HDFC |
| Header | Type | Description | Example/ENUM |
|---|
| Authorization | string | Bearer token for user authentication. | {{access_token}} |
| x-api-key | string | API key to authenticate the request. | {{x-api-key}} |
| Content-Type | string | Specifies the type of the request payload. | application/json |
🟢Success Response - 200 Ok
| Field | Type | Description | Example/ENUM |
|---|
| status | string | Status of the API call. | success |
| code | string | Response code indicating the outcome of the request. | 200 |
| message | string | A message indicating the success of the request. | Mapped banks fetched successfully |
| data | array of object | Array containing the mapped bank details. | See details belows |
🏦Mapped Bank Details (Array of Objects)
| Field | Type | Description | Example/ENUM |
|---|
| sProductId | integer | Unique identifier for the product. | 100 |
| sMerchantId | string | Unique identifier for the merchant. | M12345 |
| sMerchantName | string | Name of the merchant. | XYZ Merchants |
| sMasterBankId | string | Master bank ID associated with the merchant. | MBID6789 |
| sBankId | string | Bank ID associated with the merchant. | HDFC |
| sAggregatorBankId | string | Bank ID for the aggregator. | AGID1122 |
| sBankName | string | Name of the bank. | HDFC Bank |
| sMappedBankName | string | Name of the mapped bank. | Mapped HDFC Bank |
| nGroupId | integer | ID of the group to which the merchant belongs. | 1 |
| sMemberLoginId | string | Login ID of the member associated with the merchant. | MLogin9876 |
| sMemberPassword | string | Password associated with the member login. | Password123! |
| sMemberId | string | Unique identifier for the member. | MID54321 |
| nBlockThirdParty | integer | Flag indicating if third-party payments are blocked. | 0 (Not blocked) |
| nBankActive | integer | Indicates whether the bank is active. | 1 (Active) |
| nIndexNo | integer | Index number for the mapped bank. | 1 |