---
title: "Create Paycard Enrollment Link (Early Access)"
method: POST
path: "/contractors/paycard"
---

# Create Paycard Enrollment Link (Early Access)

`POST /contractors/paycard`

## Request body

- object
  - `companyID` string, required — ID of the Employee being updated
  - `contractorID` string, required — ID of the Contractor
  - `send_to_worker` boolean — If true, notification email will be sent to contractor

## Response `200`

200

- object
  - `data` string
  - `success` boolean
  - `testMode` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zeal/apis/zeal-api.md) · [All operations](https://skmtc.net/zeal/apis/zeal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeal/zeal-api/versions/01346dceb27d/schema)
