Lightning Payments API for developers ⚡
Lightning Payments API for developers ⚡
Lightning Payments API for developers ⚡
Instantly integrate the Lightning Network into your app without managing a node
Instantly integrate the Lightning Network into your app without managing a node
Easy-to-use API
Easy-to-use API
We handle all the payments infrastructure so you can focus on delivering value to your users.
Transactions
All your transaction data in one single place
Wallet
Deposit and withdraw instantly
Reports
Derive data-driven insights
Transactions
All your transaction data in one place
Wallet
Deposit and withdraw instantly
Reports
Derive data-driven insights
Transactions
All your transaction data in one single place
Wallet
Deposit and withdraw instantly
Reports
Derive data-driven insights
Start collecting payments instantly.
Start collecting payments instantly.
Don't waste time setting up a node and managing liquidity.
Don't waste time setting up a node and managing liquidity.
Start collecting payments instantly.
Don't waste time setting up a node and managing liquidity.
npm install @micropay
1
2
3
4
5
6
7
8
1
2
3
4
5
6
7
8
1
2
3
4
5
6
7
const micropay = require('micropay')('sk_1488d47ebb4la44f1887b48ef0bae1a0')
await micropay
.create({
amount: 2000,
currency: 'sats'
})
const micropay = require('micropay')('sk_1488d47ebb4la44f1887b48ef0bae1a0')
await micropay
.create({
amount: 2000,
currency: 'sats'
})