Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: gaston909 on November 15, 2013, 11:41:10 AM



Title: Simple Third Part Wallet / API
Post by: gaston909 on November 15, 2013, 11:41:10 AM
Hi,

Can anyone tell me what is the most simple API for excepting bitcoin payments?

Inputs was instant and had a simple api which only required a little code and minimal hosting resources. We want to accept BTC not turn it into FIAT.

Your help is appreciated.


Title: Re: Simple Third Part Wallet / API
Post by: bit_kevin on November 16, 2013, 10:17:55 AM
Hi,

Can anyone tell me what is the most simple API for excepting bitcoin payments?

Inputs was instant and had a simple api which only required a little code and minimal hosting resources. We want to accept BTC not turn it into FIAT.

Your help is appreciated.

Use bitcoind.


Title: Re: Simple Third Part Wallet / API
Post by: doof on November 18, 2013, 04:47:14 AM
block chain info is as simple as it can be.

HTTP GET for new address with label.
Calls your IPN service with a HTTP GET when btc is received.