The Speed platform APIs is designed to empower developers to power businesses
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 checkout links for accepting payments on online platforms like e-commerce. No coding is required to generate these links.
Learn MoreCollect payments instantly by generating a payment link for accepting multiple payments of the same amount on online platforms for donations & crowdfunding.
Learn MoreWe 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 payments from customers using the 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 a 2FA check.
Learn More
Send payments to your vendors or refunds to your customers.