Bitcoin Forum

Economy => Service Announcements => Topic started by: dogisland on January 10, 2012, 03:19:27 PM



Title: [ANNOUNCE] StrongCoin Merchants API
Post by: dogisland on January 10, 2012, 03:19:27 PM
I've added an API to Strongcoin aimed at merchants who want an easy way to integrate instant Bitcoin payments into their site.

https://strongcoin.com/api

Basically.

1. I generate you a unique Bitcoin address.
2. User makes payment to that address.
3. A soon as I detect the transaction I notify you of the sale.

Payment notifications are instant so the API is potentially open to a double spend attack. See details here http://bitcoin.stackexchange.com/questions/722/has-there-ever-been-a-successful-double-spend-attack-on-the-bitcoin-network-if

However I believe instant payments give a better experience to end users and that there are techniques we can use on the server side to make the risks negligible.

You can see an example of the API for bitcoin instant micro payments at http://strongdemo.herokuapp.com, click on a price to see a nice QR code popup. The popup will turn into a download link as soon as you make payment.


Title: Re: [ANNOUNCE] StrongCoin Merchants API
Post by: em3rgentOrdr on April 08, 2013, 01:45:46 PM
I'm interested in instant download...but I notice yours doesn't work right now.

I'm trying to implement the same thin using blockchain.info websockets api to get notification when transaction occurs. 

I currently have it set up to download file after 1-10min delay to get in block chain...you can try example here: http://efjz.in/?d=test.mp3

If anyone has ideas, please let me know.


Title: Re: [ANNOUNCE] StrongCoin Merchants API
Post by: Stephen Gornick on September 28, 2013, 08:07:27 PM
Bump.   Anyone have a working solution?