@model ChargeServiceViewModel @{ ViewData.SetActivePageAndTitle(ServerNavPages.Services); }

Lightning charge service

Lightning charge is a simple API for invoicing on lightning network, you can use it with several plugins:

  • WooCommerce Lightning Gateway: A comprehensive e-commerce application that integrates with stock-management and order-tracking systems
  • Nanopos: A simple point-of-sale system for fixed-price goods
  • FileBazaar: A system for selling files such as documents, images, and videos
  • Lightning Publisher for WordPress: A patronage model for unlocking WordPress blog entries
  • Paypercall: A programmer’s toolkit for Lightning that enables micropayments for individual API calls
  • Ifpaytt: An extension of paypercall that allows web developers using IFTTT to request payments for service usage
  • Lightning Jukebox: A fun demo that reimagines a classic technology for the Lightning Network
  • Nanotip: The simple tip jar, rebuilt to issue Lightning Network invoices

Credentials

@if (Model.Uri != null) {
} @if (Model.APIToken != null) {
} @if (Model.AuthenticatedUri != null) {
}