Skip to main content
POST
Create a pay stub

Authorizations

Authorization
string
header
required

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

Body

application/json
payroll_id
string
required
work_assignment_id
string
required
payment_method
enum<string>

The payment method for this pay stub.

Available options:
direct_deposit,
manual,
pad,
wire
note
string | null

An optional note on the pay stub, visible to the partner.

external_ref
string
Maximum string length: 255

Response

201 - application/json

Created

id
string
read-only

The unique identifier of the object in Nmbr.

object
string
read-only

The type of the object in Nmbr ("pay_stub").

data
Pay Stub · object