Cancel my payout request


To submit a payout cancellation request, you will need to contact us by creating a ticket by clicking "No" in the "Was this helpful?" section. Please include in the ticket date & time of the payout request, invoice number, and the amount. You may find this information in the Payouts page. Although there is no guarantee that the operation will be 100% successful, we will do our best to cancel the transaction.




Was this helpful?
$(".uchaticon").click(function(){ $("#menunotify").modal("hide"); }); $(".unotifycon").click(function(){ $("#menuoptionone").modal("hide"); }); $(".uploadbtn").click(function(){ $("#menuoptionone").modal("hide"); $("#menunotify").modal("hide"); }); $(document).click(function(event) { if (!$(event.target).closest(".uchaticon, .unotifycon, .chathead, #menuoptionone, .menuoption").length) { $("#menuoptionone").modal("hide"); $("#menunotify").modal("hide"); } });