Retrieve a statement
Get the pay statement
Response
Example response
{
"id": "24d7e80942ce4ad58a93f70ce4115f5c",
"check_number": "29205182",
"pay_date": "2018-05-15",
"net_pay": "11500.32",
"net_pay_ytd": "31980.64",
"gross_pay": "13900.11",
"gross_pay_ytd": "49200.00",
"bonus": "100.00",
"commission": "12000.00",
"hours": "40.00",
"basis_of_pay": "S",
"period_start": "2018-05-01",
"period_end": "2018-05-15",
"regular": "1695.11",
"regular_ytd": "23000.00",
"other_pay_ytd": "700.00",
"bonus_ytd": "1000.00",
"commission_ytd": "24000.00",
"overtime": "45.00",
"overtime_ytd": "500.00",
"other_pay": "60.00",
"earnings": [
{
"name": "Regular",
"amount": "1935.77",
"category": "regular",
"rate": null,
"units": null
},
{
"name": "Overtime",
"amount": "60.58",
"category": "overtime",
"rate": "30.29",
"units": "2"
}
],
"earnings_ytd": [
{
"name": "Regular",
"amount": "1935.77",
"category": "regular",
"rate": null,
"units": null
},
{
"name": "Overtime",
"amount": "60.58",
"category": "overtime",
"rate": "30.29",
"units": "2"
}
],
"deductions": [
{
"name": "Social Security Tax",
"amount": "127.01",
"category": "socialsec"
},
{
"name": "VA State Income Tax",
"amount": "46.23",
"category": "state"
},
{
"name": "Medicare Tax",
"amount": "29.70",
"category": "medicare"
}
],
"deductions_ytd": [
{
"name": "Social Security Tax",
"amount": "127.01",
"category": "socialsec"
},
{
"name": "VA State Income Tax",
"amount": "46.23",
"category": "state"
},
{
"name": "Medicare Tax",
"amount": "29.70",
"category": "medicare"
}
],
"md5sum": "03639d6a6624f69a54a88ea90bd25e9d",
"file": "https://cdn.truv.com/paystub_sample.pdf",
"derived_fields": [
"basis_of_pay"
],
"missing_data_fields": [
"earnings_ytd"
]
}Changes
Changed in 1 of the 11 revisions of this API.119
- ●
added the new
Cenum value to thebasis_of_payresponse property for the response status200response-property-enum-value-added
- ○
the
bonusresponse's property pattern^-?\d{1,10}\.\d{2}$was added for the status200response-property-pattern-added
- ○
the
bonus_ytdresponse's property pattern^-?\d{1,10}\.\d{2}$was added for the status200response-property-pattern-added
- ○
the
commissionresponse's property pattern^-?\d{1,10}\.\d{2}$was added for the status200response-property-pattern-added
- ○
the
commission_ytdresponse's property pattern^-?\d{1,10}\.\d{2}$was added for the status200response-property-pattern-added
- ○
the
deductions/items/amountresponse's property pattern^-?\d{1,10}\.\d{2}$was added for the status200response-property-pattern-added
- ○
the
deductions_ytd/items/amountresponse's property pattern^-?\d{1,10}\.\d{2}$was added for the status200response-property-pattern-added
- ○
the
earnings/items/amountresponse's property pattern^-?\d{1,10}\.\d{2}$was added for the status200response-property-pattern-added
- ○
the
earnings_ytd/items/amountresponse's property pattern^-?\d{1,10}\.\d{2}$was added for the status200response-property-pattern-added
- ○
the
gross_payresponse's property pattern^-?\d{1,10}\.\d{2}$was added for the status200response-property-pattern-added
- ○
the
gross_pay_ytdresponse's property pattern^-?\d{1,10}\.\d{2}$was added for the status200response-property-pattern-added
- ○
the
hoursresponse's property pattern^-?\d{1,10}\.\d{2}$was added for the status200response-property-pattern-added
- ○
the
net_payresponse's property pattern^-?\d{1,10}\.\d{2}$was added for the status200response-property-pattern-added
- ○
the
net_pay_ytdresponse's property pattern^-?\d{1,10}\.\d{2}$was added for the status200response-property-pattern-added
- ○
the
other_payresponse's property pattern^-?\d{1,10}\.\d{2}$was added for the status200response-property-pattern-added
- ○
the
other_pay_ytdresponse's property pattern^-?\d{1,10}\.\d{2}$was added for the status200response-property-pattern-added
- ○
the
overtimeresponse's property pattern^-?\d{1,10}\.\d{2}$was added for the status200response-property-pattern-added
- ○
the
overtime_ytdresponse's property pattern^-?\d{1,10}\.\d{2}$was added for the status200response-property-pattern-added
- ○
the
regularresponse's property pattern^-?\d{1,10}\.\d{2}$was added for the status200response-property-pattern-added
- ○
the
regular_ytdresponse's property pattern^-?\d{1,10}\.\d{2}$was added for the status200response-property-pattern-added
- ●