Embed payroll, payments, and card issuing without building financial infrastructure. REST API, webhooks, sandbox, and SDKs — everything you need to ship faster.
import { Jmoor } from '@jmoor/node';
const wp = new Jmoor({
apiKey: process.env.JMOOR_API_KEY,
environment: 'sandbox',
});
// Create a payroll run
const run = await wp.payroll.create({
periodStart: '2026-04-01',
periodEnd: '2026-04-15',
payDate: '2026-04-20',
});
console.log(run.status); // "calculating"Comprehensive documentation, testing tools, and support for developers at every stage.
Clean, predictable, and versioned. Every endpoint follows REST conventions with consistent error handling.
/v1/payroll/runs/v1/payroll/runs/{id}/v1/payments/v1/payments/{id}/v1/cards/v1/cards/{id}/transactions/v1/webhooks/v1/employeesGet your API keys and make your first call in under 5 minutes. No sales call required.