curl --request GET \
--url https://preview.intermezzo.ai/gb/wage-types/categories/{category} \
--header 'Authorization: Bearer <token>'[
{
"id": 123,
"wageTypeCode": "<string>",
"name": "<string>",
"category": "earnings",
"description": "<string>",
"status": "draft",
"taxableStatus": "yes",
"taxTiming": "on_payment",
"rtiPaymentType": "<string>",
"niClass": "class_1",
"niEmployeeApplies": true,
"niEmployerTreatment": "secondary",
"isClass1AApplicable": true,
"p11DReportableStatus": "yes",
"pensionStatus": "scheme_defined",
"isAeQualifying": true,
"usesAeBands": true,
"isHolidayPayIncluded": true,
"isSalarySacrificeAllowed": true,
"nmwTreatment": "included",
"opraRule": "yes",
"payrollingEligibleStatus": "yes",
"usesOfficialInterestRate": true,
"validFrom": "2023-12-25",
"validTo": "2023-12-25",
"calculationVariants": [
"<string>"
],
"thresholds": {},
"regularityWindowWeeks": 123,
"regularityThresholdPeriods": 123,
"legislativeSource": "<string>",
"owner": "<string>",
"reviewer": "<string>",
"lastReviewedAt": "2023-12-25",
"isGrossUp": false
}
]Get all wage types in a specific category.
curl --request GET \
--url https://preview.intermezzo.ai/gb/wage-types/categories/{category} \
--header 'Authorization: Bearer <token>'[
{
"id": 123,
"wageTypeCode": "<string>",
"name": "<string>",
"category": "earnings",
"description": "<string>",
"status": "draft",
"taxableStatus": "yes",
"taxTiming": "on_payment",
"rtiPaymentType": "<string>",
"niClass": "class_1",
"niEmployeeApplies": true,
"niEmployerTreatment": "secondary",
"isClass1AApplicable": true,
"p11DReportableStatus": "yes",
"pensionStatus": "scheme_defined",
"isAeQualifying": true,
"usesAeBands": true,
"isHolidayPayIncluded": true,
"isSalarySacrificeAllowed": true,
"nmwTreatment": "included",
"opraRule": "yes",
"payrollingEligibleStatus": "yes",
"usesOfficialInterestRate": true,
"validFrom": "2023-12-25",
"validTo": "2023-12-25",
"calculationVariants": [
"<string>"
],
"thresholds": {},
"regularityWindowWeeks": 123,
"regularityThresholdPeriods": 123,
"legislativeSource": "<string>",
"owner": "<string>",
"reviewer": "<string>",
"lastReviewedAt": "2023-12-25",
"isGrossUp": false
}
]Documentation Index
Fetch the complete documentation index at: https://docs.intermezzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Get token from Auth0 and paste it here
Category of GB wage type.
earnings, deductions, benefits, statutory, pension, contributions, adjustments, reimbursements Filter to versions valid on date
Successful Response
Database ID
Business key (e.g., UK-E-003)
Display name
Wage type category
earnings, deductions, benefits, statutory, pension, contributions, adjustments, reimbursements Description of the wage type
Lifecycle status
draft, approved, deprecated Whether taxable under PAYE
yes, no, conditional When tax is applied
on_payment, on_accrual, on_event RTI FPS payment type mapping
National Insurance class
class_1, class_1a, none, conditional Whether employee NI applies
Employer NI treatment
secondary, class_1a, none Whether Class 1A NI applies
P11D reporting requirement
yes, no, conditional Pension inclusion status
scheme_defined, yes, no Counts towards AE qualifying earnings
Uses AE earnings bands
Include in holiday pay calculation
Can be salary sacrificed
NMW/NLW treatment for this wage type
included, excluded, reduces, accommodation_offset Optional Remuneration Arrangement rule
yes, no, n/a Can be payrolled
yes, no, conditional Uses HMRC official interest rate
Calculation method variants
Applicable thresholds
Regularity detection window in weeks
Regularity threshold periods
Legislative reference
Responsible owner
Compliance reviewer
Last review date
Whether this wage type triggers gross-up calculation
Was this page helpful?