So I'm just testing the blockchain.info receive API (
http://blockchain.info/api/api_receive) and I've created a receive address by sending the following request (using the test form on the site):
/api/receive?method=create&format=plain&address=19kiXZ7v5fr7p7SJyZSENqNudyMPpXJnV9&shared=true&callback=http%3A%2F%2Fruneks.dk%3A8154%2F%3Fusername%3Djimmy
The response was
{"input_address":"177uzgnG5uh4ZZjNyN1XTvAMajRmmoWjpq","callback_url":"http://runeks.dk:8154/?username=jimmy","fee_percent":0.5,"destination":"19kiXZ7v5fr7p7SJyZSENqNudyMPpXJnV9"}
I've sent two payments to 177uzgnG5uh4ZZjNyN1XTvAMajRmmoWjpq. I haven't received a callback for either of them, and the balance of that address has not been forwarded to 19kiXZ7v5fr7p7SJyZSENqNudyMPpXJnV9.
In an earlier test it worked (as you can see from the balance of 19kiXZ7v5fr7p7SJyZSENqNudyMPpXJnV9).
The "Fire Test Callback" test works fine. I can see that I receive a callback after pressing this button, but I have received no callbacks from the actual payments (nor have they been forwarded to my address).
Is it because I've used the same address twice?
I first tried to forward payments to the 19kiXZ7v5fr7p7SJyZSENqNudyMPpXJnV9 address and got the address 15WBVNkxhxKLgd1eewFAgH1BipuGpZeK3w back. I successfully sent funds to this address and they went to my 19kiXZ7v5fr7p7SJyZSENqNudyMPpXJnV9 address. But the above request, which should forward to the same address, doesn't work.