CoinBase Callback URL in Java

1

I using CoinBase API for transactions in a game. I assign a callback URL with the address so as to get instant notification on payment transactions. the URL is called but it is not sending any data. Actually which parameter to get is not clear so used getParameterMap method, but it doesn't seem to work.

RahuJoshi

Posted 2013-11-21T08:44:41.347

Reputation: 29

Ok, I was able to get this working. I used getReader() method to get the required details.RahuJoshi 2013-11-21T08:48:09.127

Next issue I have is that it gives me transaction address and amount only. Can I get the transaction Id as well?RahuJoshi 2013-11-21T14:23:34.137

No answers