Disable queued Payout
Transactions goes into queue if merchant is not having enough balance in his account process. By Setting this flag you can mark the transaction failed if balance enough balance is not available.
Request Header Params
Request Params
Example
curl -X POST \
https://test.payumoney.com//payout/setQueueTxnFlag \
-H 'authorization: bearer 567ac8efa500eeae6957cbed8956573d7a04928a9e774627f41a95bf8f282fc5' \
-H 'cache-control: no-cache' \
-H 'content-type: application/x-www-form-urlencoded' \
-H 'payoutmerchantid: 1111123' \
-d 'queueTxn=false&configMerchantId=1111120'Last updated