Enter the billing amount, and select a currency. You can create a payment link using the web app or APIs and integrate it.
You can add the payment link to your website or send it to your customers directly via email or social media.
By scanning the QR code on the Speed-hosted payment page, your customer can easily pay you in bitcoin using a lightning wallet.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
const speed =
require
(
’speed’
);
speed
.setCredentials
(
'MY_API_KEY', 'dev'
);
const
charge = {
description:
'My test charge',
amount:
10.5,
// required
currency: 'USD',
order_id: '823320',
customer_name: 'John Doe',
customer_email: '[email protected]',
notif_email: '[email protected]',
callback_url: "https://example.com/webhook/opennode",
success_url: 'https://example.com/order/abc123',
auto_settle: false
};
You can use Speed to create Payment Links for your products or services to collect bitcoin payments.
Accept bitcoin payments on your website. Simply integrate Speed APIs to embed a payment widget.
Share it on email or social media and tap into a global community of donors without the high cost of traditional transfers.
Integrate Payment Links with Chatbots for users to enjoy a seamless buying experience on your platform.
Explore Speed payments or create an account instantly and start accepting payments. You can also contact us to design a custom package for your business.