Everything you need to integrate Sir Chargly and start charging convenience fees
Complete guide to integrating Sir Chargly with SDK installation, authentication, endpoints, webhooks, and production deployment
Read docsComplete SDK reference with all methods, parameters, examples, and TypeScript types for the @sirchargly/sdk package
Read docsStep-by-step walkthrough of the merchant onboarding wizard from signup to first integration
Read docsComprehensive testing procedures and solutions to common issues
Read docsOur API is designed to be simple and intuitive. Get up and running with just a few lines of code.
View Getting Started Guideconst SirChargly = require('@sirchargly/node');
const sc = new SirChargly(process.env.API_KEY);
// Calculate fee estimate
const estimate = await sc.estimates.calculate({
baseAmount: 10000,
currency: 'usd',
region: 'US-CA'
});
// Create charge with fee
const charge = await sc.charges.create({
baseAmount: 10000,
currency: 'usd',
customer: 'cus_abc123',
region: 'US-CA'
});Join thousands of merchants already charging convenience fees. Complete setup in 5 minutes.
No credit card required • 5-minute setup
Can't find what you're looking for? Our support team is here to help.