View difference between Paste ID: MbpDhVHA and WETcywXU
SHOW: | | - or go back to the newest paste.
1
How to manually cancel pending withdrawals on Mercatox. 
2
-------------------------------------------------------
3
4
Note: this works only for those that were NOT (incorrectly) labelled as 'paid'. 
5
6
Steps: 
7
8
(0) Instal Google Chrome and login to Mercatox
9
(1) Go to "Transaction history"
10
(2) Find the transaction ID of the pending transaction
11
(3) Edit the following Javascript code
12
13
    $.post(
14
        '/wallet/cancel-withdraw',
15
            {
16
                _csrf: _csrf,
17-
                   id: "[Transaction ID]"
17+
                   id: "Transaction ID"
18
                        }, function (data) {
19
                            if (data) {
20
                               alert("cancelling");
21
                            } else {
22
                                notify('Error');
23
                            }
24
                        }
25
                    );
26
                    
27-
    Replace [Transaction ID] by your pending transaction ID. 
27+
    Replace "Transaction ID" by your pending transaction ID; do surround the TX ids by quotes (e.g., "32343242").
28
    
29
(4) Right click on the screen, go to "Inspect", then to console
30
31
(5) Paste the Javascript code and run
32
33
(6) Withdraw your funds
34
35-
(7*) Tip me in ETH/any ERC20 you can spare at: 0xdf9debebbd2eb63ea226cedac201dd45156330e9
35+
(7*) Tip me in ETH/any ERC20 you can spare at: 0xdf9debebbd2eb63ea226cedac201dd45156330e9
36
37
	 Or if you fancy BTC: 1DgjYmEy8GB89EPEzuyuQsTeT7bFdHftyw
38
39
     Or if you fancy LTC: LWmDLpEwBM1gpnNBjziBTKioXH6CbbJYSq