Bitcoin Forum
June 22, 2024, 03:37:59 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Add Bitcoin to my platform  (Read 767 times)
rankked (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
March 16, 2015, 01:39:45 PM
 #1

Hello,
I would like to know if its possible to add bitcoin payment gateway to my website http://facepostmarket.com/ and how hard it is to integrate the system.
Any sugestions?
Regards
juju
Sr. Member
****
Offline Offline

Activity: 381
Merit: 250



View Profile
March 16, 2015, 06:13:10 PM
 #2

Hello,
I would like to know if its possible to add bitcoin payment gateway to my website http://facepostmarket.com/ and how hard it is to integrate the system.
Any sugestions?
Regards

Here is a post I made in a similar thread: https://bitcointalk.org/index.php?topic=962278

Quote
I would avoid using Bitpay and Coinbase for payment verification, you need to be a real company, have tax codes and ids etc. Learn about callback handling https://blockchain.info/api/api_receive

I setup payment handling and qr generation on a new Django website I was working on using blockchain.info receive api, it was so easy I was laughing the entire time I set it up.

Alternatively you setup your own node, and send RPC Calls to it too generate new addresses and then check for payments: getreceivedbyaddress <bitcoinaddress> [minconf=1]

https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list
Bungeebones
Full Member
***
Offline Offline

Activity: 178
Merit: 100



View Profile
March 18, 2015, 12:01:52 AM
 #3

I think you gave good advice juju and it helped me too. I was using a full node and will be using  https://blockchain.info/api/api_receive
 and am glad to hear it is that easy. Running the full node wasn't too bad but had the expense of a virtual server. I've since concluded I would rather generate addresses from a cold wallet like Armory and then only put the public keys online anyway.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!