Get Deeplink

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:

NameTypeDescriptionMandatory(Y-yes)/Optional(O)
clientIdStringClient Id is provided in wowpe Dashboard.Y
secretKeyStringsecretKey is provided in wowpe Dashboard.Y
noteStringRemarkY
orderIdStringOrder 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:

KeyTypeDescription
statusCodeString1=> Deeplink Generated Succesfully
0=> Failed
OrderIdStringwowpe order ID
UpiurlStringGenerated url get in response
MessageStringTransaction message
Language
Click Try It! to start a request and see the response here!