Hi,
A few days ago I started my SendBitcoins.net service (
https://bitcointalk.org/index.php?topic=147742.0) which basically offers a replacement for paypal services for easier integration of Bitcoin in web projects.
What means replacement in this context? So most shopping cart solutions, CMS donation or subscription systems or simple donation buttons use the so called Paypal IPN system. This System sends a few commands via POST to Paypal which then calls a file on the webserver which then handles the donation notification, or tells the shop that a purchase was made.
Long story short SendBitcoins.net is offering the same API to be used with Bitcoins (so far only for prepaid accounts, but this will change in a short while).
So, every Paypal IPN script uses this address to send data to.
https://www.paypal.com/cgi-bin/webscrTo use Sendbitcoins.net all you have to change is this address to
http://www.sendbitcoins.net/backend.phpAnd your script should be done and ready to run.
There are of course, a few things to be noted. As of now SendBitcoins.Net only accepts the "currency_code" variable to be set to "BTC" and the "business" address must have an account on the website.
With these things in mind you can convert pretty much every Paypal compatible script to work (also) with SendBitcoins.
So what is this thread now about?
Basically i want to offer a platform for developers to share ideas how to extend the service by new methods or variables and i want to give informations on the currently operating functions here.