bitcoin - Coinbase address callbacks not working? -


i'm using coinbase api. app generates new receive addresses callbacks. however, when btc arrives @ of addresses, callbacks don't seem firing.

i've verified callbacks indeed being created new addresses, , app respond correctly callbacks. instance, triggers desired functionality on server:

curl --data "address=someaddress&amount=1.2" https://mydomain.com/callback?secret_token=mysecret 

alas, there no calls being made server whatsoever (any call show in logs, none do).

anyone using coinbase address callbacks successfully? hints debugging this?

have tried using json request php set callback url? if login , @ addresses section, see correct url in callback section? make sure there no typo. able few months ago have left project did this.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -