You can sell goods or services and accept bitcoin as payment through the Checkout Links. You can make a checkout link using a web app or APIs.
You can send the checkout link to your customers 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
};
Using the Speed APIs, you can create a lot of checkout links to support your use case of collecting payments.
We know that your brand is very important to your business. It also matters to your customers. Change your brand's elements to keep your brand's identity and consistency.
To set your branding, go to Settings in your dashboard
Send checkout links through your domain
Add your logo to the payment page
A smaller version of your logo that looks like a favicon
Choose the color that best fits your brand.
Choose from a variety of fonts
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.