Difference between revisions of "Catlab Bitcoin Gateway"

From Bitcoin Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 +
CatLab Bitcoin Gateway is developed for programmers who want to easily implement Bitcoin in their projects. Their goal is to provide a very clean Bitcoin user experience without actually having to mess with the Bitcoin API.
  
 +
== How it works ==
 +
Instead of forcing users to create accounts and manage their online wallet, the gateway does not require registration by the merchant. A unique API Key is required, but other than that there is no admin panel.
 +
 +
The merchant requests a new BitCoin address from the service and specifies the expected amount of BitCoins. Once the BitCoins have arrived and have received the required amount of confirmations, the merchant's callback is called and the received BitCoins are forwarded to the merchant's BitCoin wallet.
 +
 +
== Costs ==
 +
The service provider charges 1% + BTC 0.01 transfer costs.
 +
 +
== External links ==
 +
[http://bitcoin.catlab.eu CatLab Bitcoin Gateway]
  
 
[[Category:Shopping Cart Interfaces]]
 
[[Category:Shopping Cart Interfaces]]
 
[[Category:Services]]
 
[[Category:Services]]

Revision as of 13:56, 17 September 2012

CatLab Bitcoin Gateway is developed for programmers who want to easily implement Bitcoin in their projects. Their goal is to provide a very clean Bitcoin user experience without actually having to mess with the Bitcoin API.

How it works

Instead of forcing users to create accounts and manage their online wallet, the gateway does not require registration by the merchant. A unique API Key is required, but other than that there is no admin panel.

The merchant requests a new BitCoin address from the service and specifies the expected amount of BitCoins. Once the BitCoins have arrived and have received the required amount of confirmations, the merchant's callback is called and the received BitCoins are forwarded to the merchant's BitCoin wallet.

Costs

The service provider charges 1% + BTC 0.01 transfer costs.

External links

CatLab Bitcoin Gateway