Difference between revisions of "BitWillet"

From Bitcoin Wiki
Jump to: navigation, search
m (Corrected spelling)
Line 8: Line 8:
 
* A customer clicks a 'Buy with BTC' button / link.
 
* A customer clicks a 'Buy with BTC' button / link.
 
* BitWillet provides a unique Bitcoin address.
 
* BitWillet provides a unique Bitcoin address.
* Once payment to that address is confirmed, BitWillet POSTs the purcahse information to a specified URL.
+
* Once payment to that address is confirmed, BitWillet POSTs the purchase information to a specified URL.
 
* The URL can redirect the customer to the digital goods, record purchase information, etc.
 
* The URL can redirect the customer to the digital goods, record purchase information, etc.
  

Revision as of 06:20, 27 August 2011

An easy shopping cart interface allowing a site to easily accept Bitcoins as payment.

The service is built on Willet which can also be used to accept credit card payments.

The service was launched on June 28, 2011[1].

How It Works

  • A customer clicks a 'Buy with BTC' button / link.
  • BitWillet provides a unique Bitcoin address.
  • Once payment to that address is confirmed, BitWillet POSTs the purchase information to a specified URL.
  • The URL can redirect the customer to the digital goods, record purchase information, etc.

Integration Details

Client-Side

   <a onClick="bitwillet( 'OFFER_ID' );" href="#"> 
         Purchase "OFFER_TITLE" with Bitcoins!
   </a> 
   <noscript> Please enable Javascript to access "OFFER_TITLE". </noscript> 

Seller-Side

  • A URL handler is created which will accept BitWillet's purchase confirmation POST.

See Also

External Links

References