Online Payments

  • Checkout Link
  • Payment Link
  • Plugings
  • Speed.JS

In-person Payments

  • One QR
  • Dynamic QR
  • Point of sale

Manage Business

  • Balance and transaction
  • Payments
  • Payouts
  • Refunds

Integrate bitcoin payment processor within minutes using developer friendly APIs

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

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

API Docs

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

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: '[email protected]',
  notif_email: '[email protected]',
  callback_url: "https://example.com/webhook/speed",
  success_url: 'https://example.com/order/abc123',
  auto_settle: false
};
Scan and pay with Bitcoin POS app