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:
Response:
Cancel Link
PUT
https://payout.payumoney.com/payout/v2/smartSend/cancel/12121
This endpoint allows you to get free cakes.
Path Parameters
Name | Type | Description |
---|---|---|
smartSendId | string | Smart Send Id |
Headers
Name | Type | Description |
---|---|---|
pid | string | Payout Merchant Id |
Authentication | string | Authentication token |
Last updated