Cancel Transfer API

merchant can cancel queued transfer by calling this api.

Request Header Params

payountMerchantId is different from payumoney merchant id, please check payouts dashboard or call customer support if you don’t know your payoutsMerchantID

Request Params

Example

Sample Request :

curl -X POST \
 https://test.payumoney.com/payout/payment/cancel \
 -H 'authorization: bearer 45f87fed35bdafe9f47698ed03e202e282f873b79a57eb53a9d30247b376f01d' \
 -H 'content-type: application/x-www-form-urlencoded' \
 -H 'payoutmerchantid: 1111122' \
 -d merchantRefId=1584856958885

Response :

{
 "status": 0,
 "msg": "Payout transaction cancelled",
 "code": null,
 "data": null
 }

Last updated