How to manually cancel pending withdrawals on Mercatox

Words
151
Reading
1 min
Listen
Play
9y

I share tutorials How to manually cancel pending withdrawals on Mercatox, here's how to cancel witdrawal pending.

Note: this works only for those that were NOT (incorrectly) labelled as 'paid'. 

 

Steps: 

 

(0) Instal Google Chrome and login to Mercatox

(1) Go to "Transaction history"

(2) Find the transaction ID of the pending transaction

(3) Add in Console following Code

    $.post(

        '/wallet/cancel-withdraw',

            {

                _csrf: _csrf,

                   id: "Transaction ID"

                        }, function (data) {

                            if (data) {

                               alert("cancelling");

                            } else {

                                notify('Error');

                            }

                        }

                    );

                    

    Replace "Transaction ID" by your pending transaction ID; do surround the TX ids by quotes (e.g., "61343265").

    

(4) Right click on the screen, go to "Inspect", then to console

(5) Paste the Javascript code and run

(6) Withdraw your funds

Now withdrawal in BTC with a higher a fee and leave mercatox.com for ever and run.

I made a tutorial on pastetool http://pastetool.com/pastebin/969592.htm

hopefully useful yes

How to manually cancel pending withdrawals on Mercatox | Ecency