Bitcoin Forum
April 18, 2024, 02:21:30 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Want to accept bitcoin payments on my website  (Read 1163 times)
jchysk (OP)
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
July 18, 2011, 11:38:42 PM
 #1

I have a new website: shirtsby.me that I'd like to accept bitcoin payments on. Browsing the forums I've found utilities like bitcoinpayflow which I could use to handle the actual processing, although I'm sure I'd rather handle all that myself. My main concern is fluctuation in the currency's value. I see there's a JSON-api from bitcoincharts.com with some weighted prices. Is this generally what businesses are using to calculate their exchange rates?
1713450090
Hero Member
*
Offline Offline

Posts: 1713450090

View Profile Personal Message (Offline)

Ignore
1713450090
Reply with quote  #2

1713450090
Report to moderator
1713450090
Hero Member
*
Offline Offline

Posts: 1713450090

View Profile Personal Message (Offline)

Ignore
1713450090
Reply with quote  #2

1713450090
Report to moderator
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713450090
Hero Member
*
Offline Offline

Posts: 1713450090

View Profile Personal Message (Offline)

Ignore
1713450090
Reply with quote  #2

1713450090
Report to moderator
1713450090
Hero Member
*
Offline Offline

Posts: 1713450090

View Profile Personal Message (Offline)

Ignore
1713450090
Reply with quote  #2

1713450090
Report to moderator
1713450090
Hero Member
*
Offline Offline

Posts: 1713450090

View Profile Personal Message (Offline)

Ignore
1713450090
Reply with quote  #2

1713450090
Report to moderator
TheHeroMember
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile WWW
July 19, 2011, 06:44:03 AM
 #2

Cool, good luck mate.

Hey Guys! WWW.FREEBITCOINS.ORG introduces "Epic December Contest" where you can Win Sweet Casascius Coins !!!
Rob P.
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
July 19, 2011, 01:27:16 PM
 #3

Magneto is a web-site payment system with integration into a bunch of platforms, you can get it here:  http://www.magentocommerce.com/

A forum member wrote a Megneto payment module that accepts BTC:  https://github.com/ticean/magento-bitcoin

If I wanted to accept Bitcoin payments on a website, the above is how I would implement it.

If you'd like this setup for you, PM me, I'm available for consulting.  I accept USD or BTC as payment.

--

If you like what I've written here, consider tipping the messenger:
1GZu4CtHa6ai8iWoWiVFxV5VVoNte4SkoG

If you don't like what I've written, send me a Tip and I'll stop talking.
Soak
Full Member
***
Offline Offline

Activity: 213
Merit: 100



View Profile
July 19, 2011, 01:48:00 PM
 #4

Or if you are crazy and like to write code (and if you have coded the website yourself) :

  • Install the bitcoin client on your server for create a wallet and run the daemon for make transactions.
  • Deal with Mt.Gox API (curl only with PHP, json_decode don't work) for check the current price of last trade in dollars. For example, make a CRON that will check the price and convert all prices on the website or stock the current price and convert in live products prices.
  • For payments, give an new payment address for each transaction and wait the customer pay by check how many bitcoins sent to new address and at least 1 confirmation (average, 10 minutes).
-

I do almost the same thing for my gambling website. Good luck! Grin
DBordello
Sr. Member
****
Offline Offline

Activity: 349
Merit: 250


BTCPak.com - Exchange your Bitcoins for MP!


View Profile WWW
July 19, 2011, 03:10:17 PM
 #5

Doesn't the constant fluctuation make BTC hard to use for retail? 

www.BTCPak.com - Exchange your bitcoins for MP: Secure, Anonymous and Easy!
Soak
Full Member
***
Offline Offline

Activity: 213
Merit: 100



View Profile
July 19, 2011, 03:24:03 PM
 #6

Doesn't the constant fluctuation make BTC hard to use for retail?  

Not if you update the price a few times per day, with the value of the bitcoin in dollars on the market. (convert in BTC the products price in dollars with the Mt.Gox API for example).
CaptainDDL
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
July 19, 2011, 03:30:01 PM
 #7

Magneto is a web-site payment system with integration into a bunch of platforms, you can get it here:  http://www.magentocommerce.com/

A forum member wrote a Megneto payment module that accepts BTC:  https://github.com/ticean/magento-bitcoin

If I wanted to accept Bitcoin payments on a website, the above is how I would implement it.

If you'd like this setup for you, PM me, I'm available for consulting.  I accept USD or BTC as payment.

Oh neat, a Magento module. Cheesy I'll have to see about getting that installed at work.
jchysk (OP)
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
July 20, 2011, 03:20:11 AM
 #8

Or if you are crazy and like to write code (and if you have coded the website yourself) :

  • Install the bitcoin client on your server for create a wallet and run the daemon for make transactions.
  • Deal with Mt.Gox API (curl only with PHP, json_decode don't work) for check the current price of last trade in dollars. For example, make a CRON that will check the price and convert all prices on the website or stock the current price and convert in live products prices.
  • For payments, give an new payment address for each transaction and wait the customer pay by check how many bitcoins sent to new address and at least 1 confirmation (average, 10 minutes).
-

I do almost the same thing for my gambling website. Good luck! Grin

I think this is how I'll go about it, but it's probably better to use bitcoin chart's numbers than MTGox, right? Maybe both for a sanity check.
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!