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 integrate, fast and inexpensive.

Developer First Platform

Developer First Platform

Speed APIs are designed to empower developers to fuel your business needs. Our developers APIs can be directly integrated to accept Bitcoin payments.

API Docs

API Docs

Speed comes with open-source and easy to use public APIs to integrate Bitcoin payments. The API documentation is maintained and updated regularly.

Learn More
Tools for every stack

Tools for every stack

Speed offers both client and server libraries in every format like, React, PHP, Java, .JS, and .NET. The tools can be used for all the stacks you want.

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/speed",
  success_url: 'https://example.com/order/abc123',
  auto_settle: false
};
Bitcoin payments anytime, anywhere.