Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: darbsllim on May 24, 2011, 08:56:33 PM



Title: Automation of bitcoin payments for Startups?
Post by: darbsllim on May 24, 2011, 08:56:33 PM
Hey guys, could someone point me in the direction of any apis or widgets that are available to automate bitcoin payments for startups and websites?

For some context, I need to be able to have users of my website send payments to each other, and to the company. Similar to how Gavinandresen does it for bitcoinfaucet.com - but we also need a way to receive payments.

Thanks for any help!


Title: Re: Automation of bitcoin payments for Startups?
Post by: unfinishe on May 24, 2011, 09:16:12 PM
https://en.bitcoin.it/wiki/API_reference_%28JSON-RPC%29


Title: Re: Automation of bitcoin payments for Startups?
Post by: interfect on May 26, 2011, 07:33:03 AM
https://en.bitcoin.it/wiki/API_reference_%28JSON-RPC%29

I doubt that implementing a JSON-RPC client from scratch is the best solution. Mt. Gox already has a payment processing API set up. Check out https://mtgox.com/merch/about (https://mtgox.com/merch/about).


Title: Re: Automation of bitcoin payments for Startups?
Post by: darbsllim on May 26, 2011, 10:48:49 AM
https://en.bitcoin.it/wiki/API_reference_%28JSON-RPC%29

I doubt that implementing a JSON-RPC client from scratch is the best solution. Mt. Gox already has a payment processing API set up. Check out https://mtgox.com/merch/about (https://mtgox.com/merch/about).

Thanks a lot I'll defintely take a look at this.