Cancel Smart Send

To Cancel a particular smart send payment link.

Request Headers

Key

Description

Data Type

Mandatory

Possible Value

Authorization

Access token generated earlier.

String

Yes

Bearer {access_token}

pid

This is the merchant id provided while onboarding

String

Yes

Example

Content-Type : application/json

Method: POST

Curl:

curl --location --request PUT 'https://payumoney.com/payout/v2/smartSend/cancel/28901' \
--header 'authorization: Bearer b6c0782b9eb08b43681776bad60ca1894a8421539e7c96c9aa32c0805994046d' \
--header 'pid: 1111312' \
--header 'Cookie: ApplicationGatewayAffinity=1dc65bfbfb8a3c29019e96ae8070c323; ApplicationGatewayAffinityCORS=1dc65bfbfb8a3c29019e96ae8070c323'

Response:

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

PUT https://payout.payumoney.com/payout/v2/smartSend/cancel/12121

This endpoint allows you to get free cakes.

Path Parameters

NameTypeDescription

smartSendId

string

Smart Send Id

Headers

NameTypeDescription

pid

string

Payout Merchant Id

Authentication

string

Authentication token

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

Last updated