rahulbile / commerce_strike

Provides Bitcoin-Lightning payment gateway powered by Strike

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitcoin Payments - Powered by Strike

Drupal module to allow user to pay with bitcoin on your Commerce website using Strike API. Strike Js is used for generating the QR Code.

Description

Module adds a payment gateway for Commerce enabled stores to accept payment in bitcoin, powered by strike (strike.me) User is provided with a lightning invoice for payment via QR code.

Installation

  1. Enable the module
  2. Add a payment gateway and enable it. Set the strike account API key to which payment should be received.
  3. Set the preferred currency.

NOTE REGARDING API KEY :

For now its suggested to get a API key from Strike Account Manager with following limited scope :

  • partner.invoice.quote.generate
  • partner.invoice.read
  • partner.invoice.create
  • partner.account.profile.read

In next release user will be able to authenticate via strike oAuth, generate a key and auto-populate in settings.

Screenshots

  • Settings Form

AddPaymentGateway.png

  • Payment Lightning QR Code

checkout.jpg

About

Provides Bitcoin-Lightning payment gateway powered by Strike


Languages

Language:PHP 82.4%Language:JavaScript 14.9%Language:CSS 2.7%