Accept bitcoin payments from anywhere with payment buttons,
hosted checkouts, ecommerce plugins and OpenNode’s
powerful API. Programatically send funds to anyone in either
bitcoin or their local currency instantly & on-demand.
OpenNode provides complete integration support for
developers:
Guides
API Documentation
Dev and test environments
Technical Support
Hosted Checkout
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',
});