Integrations
Works with all the platforms you already use. One gateway, endless possibilities.
W
WooCommerce
E-Commerce
S
Shopify
E-Commerce
M
Magento
E-Commerce
B
BigCommerce
E-Commerce
W
Wix
E-Commerce
S
Squarespace
E-Commerce
O
OpenCart
Shopping Cart
P
PrestaShop
Shopping Cart
Q
QuickBooks
Accounting
X
Xero
Accounting
F
FreshBooks
Accounting
S
Salesforce
CRM
Plus 140+ more integrations through our API and SDKs
Build your own integration
Our RESTful API and SDKs make it easy to integrate payments into any application.
- SDKs for PHP, Node.js, Python, Ruby, .NET
- Accept.js for client-side tokenization
- Webhooks for real-time notifications
- Sandbox environment for testing
// Create a charge
const charge = await clearpay.charges.create({
amount: 2000, // $20.00
currency: 'usd',
source: 'tok_visa',
description: 'Order #1234'
});
console.log(charge.id);
// ch_1234567890