Cancel Smart Send API

This API is used to cancel a particular smart send payment link.

Environment

Sample request
curl --location --request POST 'https://test.payumoney.com/payout/smartPay/cancel?merchantRefId=Test6Sep3' \--header 'Authorization: Bearer 0eabb5d79b6324ceae72c96c6099932b219d58d293642d6b9503f5ace7e416ed' \--header 'payoutMerchantId: 1111766' \--header 'Content-Type: application/json'
Sample response

Failure scenario

{
	"status": 0,
	"msg": "Smart send link cancelled",
	"code": null,
	"data": null
}

Request header and parameters

📘

Note:

The pid is payoutMerchantId, however it is different from the PayU merchant id. Check the Payouts Dashboard or call the PayU Customer Support if you don’t know your payoutsMerchantID.

📘

Reference:

For sample request and response, refer to Sample Request and Response for Smart Send APIs.

Language
Authorization
Bearer
Click Try It! to start a request and see the response here!