post
https://api.payyez.com/api/DeepLinks/intentinitiate
The Get Deep Link API is used to obtain a deep link associated with a specific order or transaction. This API allows you to generate and retrieve a deep link that corresponds to a particular order or action, making it easy to provide users with a seamless experience for completing transactions or accessing specific content within your application.
Request Params:
| Name | Type | Description | Mandatory(Y-yes)/Optional(O) |
|---|---|---|---|
| Token | String | Token is provided in API panel | Y |
| Note | String | Note | Y |
| OrderID | String | Order ID | Y |
Request Sample:
{
"note": "rechargeMoney_103",
"OrderID": "PY0a9b0aXXX",
"token": "XXXXXXXX-0eb5-4e40-9ea5-XXXXXXXX"
}
Response Param:
| Key | Type | Description |
|---|---|---|
| Status | String | Success:1, Failed:0 & Pending: other |
| OrderId | String | Payyez order ID |
| Upiurl | String | Generated url get in response |
| Message | String | Transaction message |
| Code | String | Success: Ok, Failed: Bad Request & Pending: other |
