API Documentation

Comprehensive guides and API reference to help you build with PAYDEM. Integrate in minutes.

Getting Started

Learn the basics and set up your PAYDEM account in minutes

  • Installation
  • Authentication
  • Initial Setup
  • First Payroll

API Reference

Complete API documentation with code examples and SDKs

  • Endpoints
  • Authentication
  • Webhooks
  • Error Handling

Employee Management

Manage employees, designations, and organizational structures

  • Create Employees
  • Department Management
  • Designations
  • Bulk Import

Payroll Processing

Automate and manage payroll with advanced features

  • Create Payroll
  • Process Payroll
  • Payroll Items
  • Custom Calculations

Quick Start

Get up and running in minutes

Authentication

// Initialize the PAYDEM client
const paydem = new PaydemClient({
  apiKey: 'your-api-key',
  baseUrl: 'https://api.paydem.io'
});

// Get employees
const employees = await paydem.employees.list({
  limit: 10,
  offset: 0
});

REST API

RESTful API for all PAYDEM operations

Webhooks

Real-time events for your integrations

Need Help?

Our support team is ready to help. Check out our FAQ or reach out directly.