Skip to main content
GET
/
pay_stubs
/
{pay_stub}
/
render
Render a PDF pay stub
curl --request GET \
  --url https://sandbox.nmbr.co/services/payroll/pay_stubs/{pay_stub}/render \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

pay_stub
string
required

Response

200 - application/pdf

OK