UPI Details
This API endpoint allows you to retrieve the UPI details for a specific merchant and product. The details returned will include key information about the merchant, the associated bank IDs, and member-related data.
🔑Header Parameters
| Header | Type | Description | Example |
|---|---|---|---|
| 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. | "s-101" |
| message | string | A message indicating the success of the request. | "Success message" |
| data | array of object | Array containing the UPI details. | see details below |
🏛️ UPI Details (Array of Objects)
| Field | Type | Description | Example/ENUM |
|---|---|---|---|
| sProductId | string | The unique identifier for the product. | "2" |
| sMerchantId | string | The unique identifier for the merchant. | M67890 |
| sMerchantName | string | The name of the merchant. | ABC Retailers |
| sMasterBankId | string | The master bank ID associated with the merchant. | MBID1234 |
| sBankId | string | The bank ID associated with the merchant. | BID5678 |
| sMappedBankId | string | The mapped bank ID for transactions. | MBID8765 |
| sMemberLoginId | string | The login ID for the merchant member. | MLogin9876 |
| sMemberPassword | string | The password associated with the member login. | Password123! |
| sMemberId | string | The unique identifier for the merchant member. | MID54321 |
| nBlockThirdParty | integer | Flag indicating if third-party payments are blocked. | 1 |
| sAggregatorBankId | string | The bank ID for the aggregator. | AGID1122 |
| sMappedBankName | string | The name of the mapped bank. | XYZ Bank |
| nGroupId | integer | The ID of the group to which the merchant belongs. | 35 |
get
/transactional/v1/getUPIDetails/