Retrieve payroll settings
Query parameters
organization_id integer | Organization to act on. Required when the API key can reach more than one organization; optional - and defaulted - when it can reach exactly one. |
Responses
200Settings. PayrollSettings401The key is missing, unknown, or the HMAC signature did not verify. ErrorResponse
curl -X GET https://api.indpayroll.com/v1/payroll-settings \
-H "Authorization: Bearer $INDP_API_KEY"{
"organization_id": 42,
"cycle": "monthly",
"currency": "INR",
"payslip_template": 2,
"lwf_registered": true,
"lwf_state": "Odisha",
"rounding": "nearest_rupee"
}