Get lightning-fast, low-cost bitcoin payments and payouts
for your business with our powerful API, ecommerce
plugins, or hosted payment pages.
1
2
3
4
5
6
7
const opennode = require('opennode');
opennode.setCredentials('88d47ebb-4714–4f18–8e1a–b48ef0bala40');
const charge = await opennode.createCharge({
amount:100,
currency:'USD',
});