---
page_source: https://juspay.io/in/docs/upi-merchant-stack/docs/transactions/sign-url
page_title: Sign URL
---


# Sign URL



This API will be used to generate PSP-signed Intent/QR url for signed-intent/QR transactions.

> **Note**
> PSP will sign the url when `pa` is not a verified merchant and orgid=PSP's orgID.




### **Request parameters** 




| Parameter | Description | Constraints |
|---|---|---|
| url	 | UPI QR/Intent URL to be validated | String |
| udfParameters	 | Json for udf parameters	 | JSON |



#### Shell Code Snippet:

```shell
{"success":false,"message":"No Data found for the given path"}
```



### **Response parameters** 




| Parameter	 | Description | Constraints |
|---|---|---|
| status	 | Status of the API.	 | SUCCESS, FAILURE |
| responseCode	 | SUCCESS if call succeeded. Otherwise shows the error code.	 | Refer error code section |
| responseMessage	 | SUCCESS if call succeeded. Otherwise shows verbose error.	 | Refer error code section |
| valid	 | If sign in the url is valid then true else false	 | Boolean |
| merchantId | Unique id for merchant.	 |   |
| merchantChannelId | Unique id for the channel via which request is made.	 |   |
| udfParameters	 | Json for udf parameters	 | JSON |



### 

