Online Payments

Online Payments

In-person Payments

In-person Payments

Manage Business

Manage Business

Easily integrate bitcoin payment processor

Our bitcoin payment APIs are easy to set up, start using the Lightning Network for fast and inexpensive global payments and payouts.

Developer First Platform

Developer First Platform

The Speed platform APIs is designed to empower developers to power businesses

API Docs

API Docs

All Speed solutions come with open public APIs and up-to-date documentation.

Learn More
Tools for every stack

Tools for every stack

We offer client and server libraries in everything from React to PHP, Java, .JS and .NET.

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: 'me@johndoe.com',
  notif_email: 'me@johndoe.com',
  callback_url: "https://example.com/webhook/opennode",
  success_url: 'https://example.com/order/abc123',
  auto_settle: false
};
Bitcoin payments anytime, anywhere.