Add convenience fees to Stripe payments while automatically enforcing regional regulations across the US and Canada.
Free to start. $0.25 per transaction.
Built for modern businesses that want to maximize revenue while staying compliant.
Regional regulations enforced automatically. Stay compliant across all 35+ US and Canadian regions without lifting a finger.
Turn processing costs into profit centers. Keep the majority of convenience fees while covering your Stripe costs.
Sub-50ms API response times. Real-time fee calculations and instant charge processing.
Bank-level encryption. PCI DSS compliant. Your data and your customers' data stay protected.
Support for USD and CAD with automatic region detection based on customer location.
Drop into your existing Stripe setup. Get started in minutes with our SDK or REST API.
Clean, intuitive API designed to get you up and running in minutes. Comprehensive documentation and SDKs for all major languages.
import SirChargly from '@sirchargly/node';
const sc = new SirChargly(
process.env.SIRCHARGLEY_KEY
);
// Calculate fee estimate
const estimate = await sc.estimates.calculate({
baseAmount: 10000, // $100.00
currency: 'usd',
region: 'US-CA'
});
console.log(estimate.totalWithFee);
// 10320 ($103.20)
// Create charge with fee
const charge = await sc.charges.create({
baseAmount: 10000,
currency: 'usd',
customer: 'cus_abc123',
region: 'US-CA'
});On top of Stripe's processing fees. No monthly fees, no setup costs.
Join thousands of businesses maximizing revenue with Sir Chargly. Create your account and get API keys instantly.
No credit card required • 5-minute setup