Documentation

Everything you need to integrate Sir Chargly and start charging convenience fees

⌘K

Start building in minutes

Our API is designed to be simple and intuitive. Get up and running with just a few lines of code.

View Getting Started Guide
example.js
const 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'
});

Start Building with Sir Chargly

Join thousands of merchants already charging convenience fees. Complete setup in 5 minutes.

No credit card required • 5-minute setup

Need help?

Can't find what you're looking for? Our support team is here to help.