Skip to main content
SaloonERP

Integrations

Connects to what you already use

Local payment rails, the messaging apps your customers actually read, and an API when you need to build something of your own.

Directory

Available now and coming soon

Fonepay

Payments

Live

Accept QR payments and reconcile them against the drawer automatically.

eSewa

Payments

Live

Wallet payments recorded as their own mode so your mix stays honest.

Khalti

Payments

Live

Digital wallet settlement with reference capture on every bill.

WhatsApp Business

Messaging

Live

Appointment reminders and receipts to the app your customers already use.

Sparrow SMS

Messaging

Live

Local SMS reminders and OTP delivery across South Asia.

Google Calendar

Scheduling

Beta

Two-way sync so a stylist's personal calendar reflects the salon diary.

Tally

Accounting

Beta

Export invoices and expenses in a format your accountant already reads.

QuickBooks

Accounting

Planned

Push daily sales summaries and expenses into your books.

Zapier

Automation

Planned

Connect SaloonERP to a few thousand other tools without writing code.

By category

What each group does for you

Payments

3 integrations

  • Fonepay
  • eSewa
  • Khalti

Messaging

2 integrations

  • WhatsApp Business
  • Sparrow SMS

Scheduling

1 integration

  • Google Calendar

Accounting

2 integrations

  • Tally
  • QuickBooks

Automation

1 integration

  • Zapier

Build your own

A REST API that behaves predictably

Consistent envelopes

Every response is { success, data, meta }. Errors carry a stable code you can switch on — never a message you have to parse.

Signed webhooks

Invoice, payment and session events delivered with a signing secret and a retry schedule.

Same contract everywhere

Every list endpoint takes limit, offset, search, sort and order. Learn it once and it applies to all of them.

GET /api/v1/customers?limit=25&sort=totalSpent&order=desc
Authorization: Bearer <token>
X-Tenant: your-workspace

{
  "success": true,
  "data": [ { "id": "...", "firstName": "Maya", "totalSpent": 1240000 } ],
  "meta": { "total": 178, "limit": 25, "offset": 0, "hasMore": true }
}

Getting connected

Four steps, usually one sitting

1

Pick the integration

Find it in Settings and open its panel.

2

Paste your keys

Merchant id and secret from your provider. We never display them again after saving.

3

Send a test

Fire a test transaction and confirm it lands in the drawer as expected.

4

Go live

Switch it on for the branch. Existing bills keep working throughout.

Questions

About the API and integrations

REST API access is included on the Chain plan. Lower plans can still export everything as CSV.

Missing something you rely on?

Tell us what you use. Requests from real salons are how this list gets ordered.