Author

Topic: Blockchain receive payment api callback problems, any alternatives? (Read 2612 times)

newbie
Activity: 7
Merit: 0
Hi,
i had alot of problems with this Bitcoin API too, specialy the callback URL
after 2 nights of Headaches,i finaly found the problem :p
this is a DEMO, who is interesting to integrate this LOVELY API on his website he can "Check before Buy" here is the link : http://ex-currency.com/btc/index.php
Payment Sent/Recieved/Confirmed IMMEDIATLY
the price of curiosity is 1 USD
sr. member
Activity: 476
Merit: 250
What language are you using? They have good test examples https://blockchain.info/api/api_receive

Mines almost working but they blocked my domain as its .sx extension :/
I got mine figured out using that api.  I was using php.
donator
Activity: 848
Merit: 1078
What language are you using? They have good test examples https://blockchain.info/api/api_receive

Mines almost working but they blocked my domain as its .sx extension :/
sr. member
Activity: 476
Merit: 250
I am having trouble with this, and I don't know why.  I have run my callback script through several tests, everything seems to work.  I even used the code from the Blockchain.info page here: https://blockchain.info/api/api_receive

Basically, I use the api to generate an address to give to the customer.  That part works fine.  At the same time, I pass a callback url (that works) with invoice id, etc. I expect to receive a callback with the transaction hash, confirmations, etc.

Nothing ever arrives.  No callback ever happens.

So, I start looking around at how to do it differently.  I can check to see the confirmations from http://blockchain.info/getreceivedbyaddress/xxxxxx, But I don't know how to get the transaction information.

So, I look over at the wallet API: http://blockchain.info/api/blockchain_wallet_api

It has a callback that you have to set via the control panel in your account, but the problem there is that I don't think you can pass variables with it.

Can anyone give me some pointers get me going in the right direction on this?  Everything else seems to go well.
Jump to: