post https://api.wowpe.in/api/api/api-module/payin/intent-initiate
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) |
---|---|---|---|
clientId | String | Client Id is provided in wowpe Dashboard. | Y |
secretKey | String | secretKey is provided in wowpe Dashboard. | Y |
note | String | Remark | Y |
orderId | String | Order ID provided in create order response. | Y |
Request Sample:
{
"clientId": "2448982d-ef21-4820-b650XXX",
"secretKey": "bb316991-9001-43ea-aXXX",
"note": "test",
"orderId": "ENAN10001XX"
}
Response Param:
Key | Type | Description |
---|---|---|
statusCode | String | 1=> Deeplink Generated Succesfully 0=> Failed |
OrderId | String | wowpe order ID |
Upiurl | String | Generated url get in response |
Message | String | Transaction message |