Bitcoin Forum
May 08, 2024, 10:43:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Project idea: clone Paypal API(s)  (Read 3198 times)
Gavin Andresen (OP)
Legendary
*
Offline Offline

Activity: 1652
Merit: 2216


Chief Scientist


View Profile WWW
March 30, 2011, 03:04:24 PM
 #1

So before deciding to do ClearCoin, I was thinking I was going to clone one or more of the PayPal shopping cart / payment APIs.

The advantage would that all of the existing shopping cart interfaces that know how to talk to PayPal would "just work" with bitcoins (the PayPal APIs can already deal with multiple currencies) -- just replace the https://api.paypal.com/ URL (or whatever it is) and specify amounts in BTC instead of USD or EUR.

The short-term business model would be an E-Wallet for businesses (like PayPal).  The medium/long-term business plan would be to get acquired by PayPal when PayPal decided they need to support bitcoin.

If you don't like PayPal, then replace "PayPal" by "Google Checkout" or whatever other, popular payment processing gateway API is already being used by lots of websites.

I still think this is a good idea, but I'm busy, so I'm throwing it out here and hoping somebody decides to do it.

How often do you get the chance to work on a potentially world-changing project?
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715208238
Hero Member
*
Offline Offline

Posts: 1715208238

View Profile Personal Message (Offline)

Ignore
1715208238
Reply with quote  #2

1715208238
Report to moderator
1715208238
Hero Member
*
Offline Offline

Posts: 1715208238

View Profile Personal Message (Offline)

Ignore
1715208238
Reply with quote  #2

1715208238
Report to moderator
Nefario
Hero Member
*****
Offline Offline

Activity: 602
Merit: 512


GLBSE Support support@glbse.com


View Profile WWW
March 30, 2011, 03:09:21 PM
 #2

It's actually a brilliant idea. Add on top of this a Point of Sale payment processing system(or not, whatever).

However I hate paypal API's soooooo I'm not the one for the job.

PGP key id at pgp.mit.edu 0xA68F4B7C

To get help and support for GLBSE please email support@glbse.com
jgarzik
Legendary
*
Offline Offline

Activity: 1596
Merit: 1091


View Profile
March 30, 2011, 03:17:03 PM
 #3

Yep, I've been thinking about this idea for a while.  In general we need more merchant-friendly APIs (and more merchant-friendly depositories, like MyBitcoin).

PayPal even has a "sandbox" where developers can test their software against PayPal's API, without spending / losing real money.    Bitcoin has testnet, and a PP-compatible API would be a perfect complement.


Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own.
Visit bloq.com / metronome.io
Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
trentzb
Sr. Member
****
Offline Offline

Activity: 406
Merit: 251


View Profile
March 30, 2011, 03:59:41 PM
 #4

I believe such a payment processing gateway and/or E-Wallet service would have to be non-anonymous for PayPal or any other similar service to take notice. Additionally the chargeback control issue becomes...well an issue.

I have contemplated implementing such a gateway/E-Wallet service however I am not yet sure how to deal with those concerns.
comboy
Sr. Member
****
Offline Offline

Activity: 247
Merit: 252



View Profile
March 30, 2011, 06:10:23 PM
 #5

Are you sure there cannot be some copyright issues? After all designing API takes some work, and I'm not sure if that design is free. With all these methods names and exact same error numbers it's hard to convince somebody that it was just coincidence.

Variance is a bitch!
Mike Hearn
Legendary
*
Offline Offline

Activity: 1526
Merit: 1129


View Profile
March 30, 2011, 10:00:35 PM
 #6

Reimplementing public APIs is permitted by law because APIs are statements of fact, not creative works.

However, copying things like header files or documentation is not allowed, as they are protected by copyright.

I used to work on the Wine emulator, so I am pretty sure it's safe Wink
Jered Kenna (TradeHill)
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile WWW
March 30, 2011, 10:06:50 PM
 #7

Is something like that a lot of work or pretty simple?
I'm talking about changing it to work with BTC not writing it from scratch.

moneyandtech.com
@moneyandtech @jeredkenna
Mahkul
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


Every saint has a past. Every sinner has a future.


View Profile
March 30, 2011, 10:46:21 PM
 #8

Is something like that a lot of work or pretty simple?
I'm talking about changing it to work with BTC not writing it from scratch.

To change it you would need the source code, which I believe is not open sourced? Smiley Probably writing a clone from scratch is required.
Mahkul
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


Every saint has a past. Every sinner has a future.


View Profile
March 30, 2011, 11:26:00 PM
 #9

I think this is very important. How about starting a bounty for that?


error
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500



View Profile
March 30, 2011, 11:30:03 PM
 #10

I used to work on the Wine emulator, so I am pretty sure it's safe Wink

Wine is not an emulator! Tongue

3KzNGwzRZ6SimWuFAgh4TnXzHpruHMZmV8
comboy
Sr. Member
****
Offline Offline

Activity: 247
Merit: 252



View Profile
March 30, 2011, 11:31:15 PM
 #11

Reimplementing public APIs is permitted by law because APIs are statements of fact, not creative works.

However, copying things like header files or documentation is not allowed, as they are protected by copyright.

I used to work on the Wine emulator, so I am pretty sure it's safe Wink

Hah, nice. Great to have you around Smiley

Variance is a bitch!
Mahkul
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


Every saint has a past. Every sinner has a future.


View Profile
March 30, 2011, 11:31:39 PM
 #12

I used to work on the Wine emulator, so I am pretty sure it's safe Wink

Wine is not an emulator! Tongue

Unless he meant some piece of software that emulates Wine. Wink
[Tycho]
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
March 31, 2011, 12:19:04 AM
 #13

The short-term business model would be an E-Wallet for businesses (like PayPal).  The medium/long-term business plan would be to get acquired by PayPal when PayPal decided they need to support bitcoin.
If it's a "business model", then you are expecting some profit, but how can you compete with mtgox's merchanting if he already offers 0% fee ?

Welcome to my bitcoin mining pool: https://deepbit.net - Both payment schemes (including PPS), instant payout, no invalid blocks !
ICBIT Trading platform : USD/BTC futures trading, Bitcoin difficulty futures (NEW!). Third year in bitcoin business.
Anonymous
Guest

March 31, 2011, 12:32:57 AM
 #14

The short-term business model would be an E-Wallet for businesses (like PayPal).  The medium/long-term business plan would be to get acquired by PayPal when PayPal decided they need to support bitcoin.
If it's a "business model", then you are expecting some profit, but how can you compete with mtgox's merchanting if he already offers 0% fee ?


How can you compete with paypal when theres a 3% fee.....
[Tycho]
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
March 31, 2011, 12:47:29 AM
 #15

How can you compete with paypal when theres a 3% fee.....
With a 2% fee, of course.
This doesn't works against 0%

Welcome to my bitcoin mining pool: https://deepbit.net - Both payment schemes (including PPS), instant payout, no invalid blocks !
ICBIT Trading platform : USD/BTC futures trading, Bitcoin difficulty futures (NEW!). Third year in bitcoin business.
BitterTea
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
March 31, 2011, 02:08:29 AM
 #16

How can you compete with paypal when theres a 3% fee.....
With a 2% fee, of course.
This doesn't works against 0%

Ease of use. If this were available, it could be a seamless transition from Paypal to Bitcoin.
Anonymous
Guest

March 31, 2011, 04:54:02 AM
 #17

How can you compete with paypal when theres a 3% fee.....
With a 2% fee, of course.
This doesn't works against 0%

Invalid. Mt Gox api is not in the same ballpark as the paypal api.

Jered Kenna (TradeHill)
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile WWW
March 31, 2011, 12:20:47 PM
 #18

How can you compete with paypal when theres a 3% fee.....
With a 2% fee, of course.
This doesn't works against 0%

Invalid. Mt Gox api is not in the same ballpark as the paypal api.



Where does he make his money if he has a o% fee?

moneyandtech.com
@moneyandtech @jeredkenna
Nefario
Hero Member
*****
Offline Offline

Activity: 602
Merit: 512


GLBSE Support support@glbse.com


View Profile WWW
March 31, 2011, 02:24:02 PM
 #19

How can you compete with paypal when theres a 3% fee.....
With a 2% fee, of course.
This doesn't works against 0%

Invalid. Mt Gox api is not in the same ballpark as the paypal api.



Where does he make his money if he has a o% fee?

Fromo using the funds to play on the money markets until they are withdrawn, same with mybitcoin.

Just kidding.

PGP key id at pgp.mit.edu 0xA68F4B7C

To get help and support for GLBSE please email support@glbse.com
BitterTea
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
March 31, 2011, 03:23:20 PM
 #20

Where does he make his money if he has a o% fee?

He doesn't have to have a 0% fee, 2% or 1% is acceptable. It would mainly be competing with Paypal, not MtGox. Besides, the MtGox "api" consists of javascript widget. In some applications, more seamless integration is beneficial, and performing calls to a web service could be more desirable.
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!