Comprehensive Bitcoin payment processing platform with Lightning Network integration
Bitcoin Payment is a comprehensive payment processing platform designed for merchants and businesses accepting Bitcoin. Features Lightning Network integration for instant, low-fee transactions with complete payment gateway API.
Perfect for e-commerce, point-of-sale systems, and online services. Provides merchant checkout widgets, invoice management, and real-time payment notifications with automatic settlement.
Basic QR code payments, mobile wallet
Planned Q3 2025NFC tap-to-pay, smart card integration
Planned Q4 2025Bluetooth transfers, offline signing
Planned Q2 2026Peer discovery, app store publication
Planned Q4 2026// Send Bitcoin via NFC
bitbeam.nfc.send({
amount: 10000, // sats
recipient: 'detected-via-nfc'
})
// Receive via Bluetooth
bitbeam.bluetooth.startListening()
bitbeam.on('payment-received', (payment) => {
console.log(`Received ${payment.amount} sats`)
console.log(`From: ${payment.sender}`)
})
// Offline transaction
const tx = bitbeam.createOfflineTransaction({
to: 'bc1q...',
amount: 5000
})
// Broadcast later when online
bitbeam.broadcastWhenOnline(tx)
© 2025 Mnemore SA. All rights reserved. | Built with 🧡 in Switzerland