cURL
curl --request POST \ --url https://sandbox.withclasp.com/payroll_payments \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "member": "<string>", "payday": "2023-12-25", "period_start": "2023-12-25", "period_end": "2023-12-25", "hours_worked": "<string>", "gross_pay": "<string>" }'
{ "id": "<string>", "member": "<string>", "payday": "2023-12-25", "period_start": "2023-12-25", "period_end": "2023-12-25", "hours_worked": "<string>", "gross_pay": "<string>" }
Creates a payroll payment to represent a paid paycheck for a given member to feed into ACA calculations.
API Key authentication with required prefix "Bearer"
The response is of type object.
object