Bitcoin Forum
May 11, 2024, 06:58:26 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Integrating Bitpay into an online storefront  (Read 3098 times)
ATC777 (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile WWW
January 14, 2013, 06:13:07 AM
 #1

The title pretty much explains what I'm about to do... integrate Bitpay into our storefront.  Cheesy

I've read up on the Bitpay website and I'm poking around the Wiki now to learn a bit more about the topic. But yeah, I'm pretty much a n00b with Linux servers and PhP...

Can anyone give me an overview of how integrating Bitpay into an existing website works, and how I need to go about it? Is it difficult, or pretty easy? And I assume once it's setup I need to do nothing other than run a Satoshi client so Bitpay can sweep funds into my wallet? Any further information/specifics you can give me about how it all works would be greatly appreciated. No detail is too extraneous.

I also have been wondering if it would be possible for me to run a Windows/ASP.NET server that hosts a web app and integrate the app into my Linux server-based site? The reason I ask is because I've been programming very sophisticated software in C# (and C/C++) for many years, and I'm very confident in my ability to write a robust ASP.NET web app -- whereas (at this point) I don't have the same confidence and familiarity with Linux/PhP. Or perhaps it would be more prudent to brush up on Java syntax and go about it that way?

I've just never done anything like this before (very little web dev experience) so looking for guidance before I get my hands dirty...

Thanks,

--ATC--

Epic Coinage -- Gold, Silver, Bitcoin, Exchange, Apparel, Electronics and more!

Check the official trade thread for full list of products and services!

Tips :: 13M9QLc5BDQe2iuB1N3Br58fYvJF5ixihT
1715410706
Hero Member
*
Offline Offline

Posts: 1715410706

View Profile Personal Message (Offline)

Ignore
1715410706
Reply with quote  #2

1715410706
Report to moderator
1715410706
Hero Member
*
Offline Offline

Posts: 1715410706

View Profile Personal Message (Offline)

Ignore
1715410706
Reply with quote  #2

1715410706
Report to moderator
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715410706
Hero Member
*
Offline Offline

Posts: 1715410706

View Profile Personal Message (Offline)

Ignore
1715410706
Reply with quote  #2

1715410706
Report to moderator
1715410706
Hero Member
*
Offline Offline

Posts: 1715410706

View Profile Personal Message (Offline)

Ignore
1715410706
Reply with quote  #2

1715410706
Report to moderator
1715410706
Hero Member
*
Offline Offline

Posts: 1715410706

View Profile Personal Message (Offline)

Ignore
1715410706
Reply with quote  #2

1715410706
Report to moderator
schalk
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
January 14, 2013, 08:16:19 AM
 #2

It's quite simple - almost like any other typical payment system you would integrate.

For the full API documentation go to https://bitpay.com/downloads/bitpayApi.pdf

In a nutshell:

1. You make an API call to bitpay telling it how much you want to charge, what currency to use and your IPN (Instant Payment Notification) url.
2. The API will respond with a URL which you will redirect the customer too.
3. The customer will then make the payment.
4. Bitpay will then call the IPN url you specified in the request letting you know whether the payment was successful or not.

Yes you can integrate a app on a windows server with a linux server. If you are so sharp on your C#, why even use php/linux?
ATC777 (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile WWW
January 14, 2013, 07:01:37 PM
 #3

It's quite simple - almost like any other typical payment system you would integrate.

For the full API documentation go to https://bitpay.com/downloads/bitpayApi.pdf

In a nutshell:

1. You make an API call to bitpay telling it how much you want to charge, what currency to use and your IPN (Instant Payment Notification) url.
2. The API will respond with a URL which you will redirect the customer too.
3. The customer will then make the payment.
4. Bitpay will then call the IPN url you specified in the request letting you know whether the payment was successful or not.

Thanks. So it's almost as easy as integrating a Paypal or Google checkout button into the site, it seems?

Yes you can integrate a app on a windows server with a linux server. If you are so sharp on your C#, why even use php/linux?

Good question. Now perhaps this will sound stupid, but my ultimate vision of this thing is that we will be able to leverage the power of the Bitcoin community and open-source methodology to develop and maintain our site, and I'm planning to hire Bitcoin developers on paid contracts (and pay them in Bitcoin). I made that decision when I realized there were tons of Linux/php devs lurking around here looking for some extra coin. I also felt like I shouldn't let my apprehension about learning new technologies influence my decision.

Epic Coinage -- Gold, Silver, Bitcoin, Exchange, Apparel, Electronics and more!

Check the official trade thread for full list of products and services!

Tips :: 13M9QLc5BDQe2iuB1N3Br58fYvJF5ixihT
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!