coinbase / coinbase-java

Coinbase API v1 library for Java
Apache License 2.0
149 stars 98 forks source link

No callback notification sent when receiving new ETH payment #78

Open tom-piao opened 6 years ago

tom-piao commented 6 years ago

I generated an ETH address using Coinbase v1 Java and hooked up with a callback url. However, I don't receive any notification from Coinbase when that address receive new ETH payment. I have checked the ETH address and the callback url was hooked up successfully. I then checked the callback history and I found that there is no history, which means that Coinbase never send any notification to the callback url. This is strange because I have used the similar method to generate BTC address and Coinbase does send notification when receiving BTC payment. 2018-06-09 2 34 06 2018-06-09 2 34 18

PriyanshDwivedi commented 5 years ago

Same Issue. Any luck on this one @tom-piao ?