Comprehensive guides and API reference to help you build with PAYDEM. Integrate in minutes.
Learn the basics and set up your PAYDEM account in minutes
Complete API documentation with code examples and SDKs
Get up and running in minutes
// 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
});RESTful API for all PAYDEM operations
Real-time events for your integrations
Our support team is ready to help. Check out our FAQ or reach out directly.