The Speed platform API is designed to empower developers to power businesses
All Speed solutions come with open public APIs and up-to-date documentation.
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
};
These are one-time use checkout links for accepting payments on online platforms like e-commerce. No coding required to generate these links.
Collect payments instantly by generating a payment link for accepting multiple payments of the same amount on online platforms for donations & crowdfunding.
We offer open source plugins for all major e-commerce platforms. This allows merchants to seamlessly integrate with their current system in just a few clicks.
The javascript checkout library for frontend javascript frameworks like vue.js, react.js etc
Create a single QR code to accept payments from your customers in multiples of any amount.
Create a QR code to accept specific amount payments, easily display them on screen or print them.
Accept in-person payment from customer using mobile app. Use the mobile app to generate links & QR for customers to pay.
Easily payout the Speed account balance to your on-chain wallet. Pre-define the wallet address in settings and payout the balance to your account. To make it secure there is 2FA check.
Send payments to your vendors or refunds to your customers.