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