Cancel Smart Send
Mark any link as invalid. You can only mark this invalid in case user not filled the details
Request Header Params
Request Params
Example
Last updated
Mark any link as invalid. You can only mark this invalid in case user not filled the details
Last updated
curl -X POST \
​https://test.payumoney.com/payout/smartPay/cancel​ \
-H 'authorization: bearer 45f87fed35bdafe9f47698ed03e202e282f873b79a57eb53a9d30247b376f01d' \
-H 'content-type: application/x-www-form-urlencoded' \
-H 'payoutmerchantid: 1111122' \
-d merchantRefId=1584856958885// Link not found
{
"status": 1,
"msg": "SmartPay Link not found",
"code": 1112,
"data": null
}
// invalid link
{
"status": 1,
"msg": "Payout cannot be cancelled as it is already processed or cancelled",
"code": 1110,
"data": null
}
//
{
"status": 1,
"msg": "Payout cannot be cancelled as it is already processed",
"code": null,
"data": null
}
{
"status": 1,
"msg": "Payout transaction already cancelled",
"code": null,
"data": null
}
{
"status": 1,
"msg": "Payout transaction in progress. Try after sometime!",
"code": null,
"data": null
}