UPI Intent Collection

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)
TokenStringToken is provided in API panelY
NoteStringNoteY
OrderIDStringOrder IDY

Request Sample:

{
  "note": "rechargeMoney_103",
  "OrderID": "PY0a9b0aXXX",
  "token": "XXXXXXXX-0eb5-4e40-9ea5-XXXXXXXX"
}

Response Param:

KeyTypeDescription
StatusStringSuccess:1, Failed:0 & Pending: other
OrderIdStringPayyez order ID
UpiurlStringGenerated url get in response
MessageStringTransaction message
CodeStringSuccess: Ok, Failed: Bad Request
& Pending: other
Language
Click Try It! to start a request and see the response here!