dashed-slug.net › Forums › Full Node Multi Coin Adapter extension support › deposit not showing until i do a manual api call › Reply To: deposit not showing until i do a manual api call
December 10, 2019 at 8:50 am
#7447
alexg
Keymaster
The question is whether your wallet is able to trigger that url.
– Did you restart the wallet?
– Is there a firewall in the middle blocking the call?
Perhaps you can try the curl command from the machine that runs the wallet and see if it works. Remove the silent (-s
) argument to be able to see errors. So, you might try, from your wallet machine:
curl --verbose -k https://www.urcryptodepot.com/wallets/api3/notify/FCK/wallet/SOMETXID
and see if the command fails.