Bitcoin Forum

Bitcoin => Project Development => Topic started by: azywzy on November 23, 2015, 11:32:13 AM



Title: want to develop own bitcoin payment api
Post by: azywzy on November 23, 2015, 11:32:13 AM
Hi,
      i want to develop my own bitcoin payment api. i want to know total number of resources required to develop this. I am not developer but i am working with some dev. I will forward the data to them.

Why i need this api?

i believe bitpay is very good bitcoin payment processor, send instant callback and confirmations quickly.
i want to develop similar api and i would like to know which technology is more important to consider in developing bitcoin payment api? so my clients will get callback and confirmations quickly after making bitcoin payments on my website.

i am selling kind of airtime digital products and i want to deliver them to my clients almost instantly after making sure that i have received the bitcoin.


Thank you in advance.



Title: Re: want to develop own bitcoin payment api
Post by: batesresearch on November 24, 2015, 07:24:04 PM
- A server (VPS) to run bitcoind (My Preferred method) or bitcoin-qt -server

A bit of reading:-
- https://en.bitcoin.it/wiki/API_reference_(JSON-RPC) (https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)) <- This is a good read
- https://bitcoin.org/en/developer-reference#bitcoin-core-apis

This is good for making calls to Bitcoin's API using PHP.
- https://github.com/aceat64/EasyBitcoin-PHP

Bada Bing!