Skip to main content
Cadana supports two employment models. Set compInfo.employmentModel: "eor" when creating a person — or when updating compensation via PUT /v1/persons/{personId}/jobInfo — to employ the worker through Cadana’s Employer of Record. Omit the field for direct employment.

What the Payroll Debit Collects

The employment model determines what the payroll debit — the amount collected from your business account, returned by GET /v1/payrolls/{payrollId} — includes: For an identical employee earning ₹400,000/month gross, funded in USD at the same FX rate, the direct debit is ≈ 3,330whiletheEORdebitis3,330 while the EOR debit is ≈ 4,275. After the payroll completes, GET /v1/invoices/{invoiceId} breaks the debit into the line categories above.

Creating an EOR Employee

Payroll runs identically for both models — see Pay Workers via Payroll.

Next Steps

Onboard Workers

Create Person records and configure compensation

Payroll Lifecycle

Status flow, webhooks, and multi-currency handling