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
Post a Comment