I'm new to Bitcoins, but think they are pretty amazing.
I'd love to offer Bitcoin payments on my website, but any API/Manual on how to achieve this is apparently currently lacking online.
Does anyone have any resources/code samples (c# preferably) on how I can automatically receive bitcoin payments?
I can get the current price from Mt Gox:
https://mtgox.com/code/data/ticker.php
Which allows me to set my products price at n Bitcoins, but as far as detecting when you have received a payment and from who, I'm a bit lost. I would like the purchasing process to be completely automated if possible, like Paypal IPN.