Author

Topic: How to manually withdraw pending transactions on mercatox (Read 173 times)

brand new
Activity: 0
Merit: 0
Worked perfectly! Just tried it out. Thanks a bunch
hero member
Activity: 1372
Merit: 647
Does this trick still work? I tried on an XRB withdrawal but it seems it has no effect (no error message either, server just replies with "0")
No one confirmed that this method worked for them (either it didn't or the users above haven't tried at all). Anyway, how long have you been waiting for your withdrawal? I saw here that Mercatox processed all withdrawals yesterday. Not sure if all recent request will be processed immediately.
member
Activity: 104
Merit: 10
Does this trick still work? I tried on an XRB withdrawal but it seems it has no effect (no error message either, server just replies with "0")
full member
Activity: 378
Merit: 100
IF YOURE STILL HAVING PROBLEMS GETTING YOUR WITHDRAWAL FROM MERCATOX YOURE ALWAYS WELCOME TO PM ME
full member
Activity: 378
Merit: 100
Thank you so much!

How did you work that out?
Did it work for you??
full member
Activity: 378
Merit: 100
Thanks for this. I have had my withdraw say processing for 2 weeks now. Any way to solve this?
The solution is above... You have nothing to worry about... I got my ethereum withdraw out in an instant with that JavaScript
full member
Activity: 378
Merit: 100
I have a "Processing" status for a day now. Can you help please?
I can't I've just given all the help i can give... Its easy ... If you've Properly gone through the steps given above
newbie
Activity: 2
Merit: 0
Thanks for this. I have had my withdraw say processing for 2 weeks now. Any way to solve this?
newbie
Activity: 1
Merit: 0
Thank you so much!

How did you work that out?
newbie
Activity: 3
Merit: 0
I have a "Processing" status for a day now. Can you help please?
full member
Activity: 378
Merit: 100
How to manually withdraw pending transactions on Mercatox.
-------------------------------------------------------
 
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) Edit the following Javascript 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., "32343242").
   
(4) Right click on the screen, go to "Inspect", then to console
 
(5) Paste the Javascript code and run
 
(6) Withdraw your funds
 
(7*) Tip me in ETH/any ERC20 you can spare at: 0xe32c340433A440A800277CA53627d99b4414345c

 
     Or if you fancy BTC: 1BqNtet2RArsCPVC2KTgXR7JzCgtdHC9Fi
 
Jump to: