VALIDATE UPI
This API is used to validate the UPI configuration for a selected product and bank before initiating UPI-based transactions such as fund transfers or IPO applications.
🔍 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}} |
📑 Request Body Parameters
| Field | Type | Required | Description | Example |
|---|
| productID | integer | Yes | Product ID | 1 |
| bankID | string | Yes | Bank ID | "HDFC" |
🟢 Success Response - 200 OK
Content-Type: application/json
Successful response is returned when the UPI validation request is processed successfully.
| Field | Type | Description |
|---|
| status | string | Status of API call |
| code | string | Response code |
| message | string | Validation status message |
| data | object | UPI validation response details |