Movatterモバイル変換


[0]ホーム

URL:


Zeal Docs

Contractor payments are rather simple as there are no taxes for the employer to pay and the contractor is responsible for paying their own taxes. As such we really just need to submit anamount andpay_date in order for Zeal to process a payment.

In this guide

  • How to create a contractor payment through the API.
  • How to create a contractor payment through the white-label Employer Dashboard.

API

CallCreate Contractor Payment.

🔔

Note

Remember to replace the placeholders such as{{testApiKey}} in the code samples below.

curl --request POST \     --url https://api.zeal.com/contractorPayment \     --header 'Accept: application/json' \     --header 'Authorization: Bearer {{testApiKey}}' \     --header 'Content-Type: application/json' \     --data '{     "approval_required": false,     "companyID": "{{companyID}}",     "contractorID": "{{contractorID}}",     "pay_date": "2022-01-15",     "amount": 2000,}'

With the Contractor Payment in the system, it will automatically be batched and processed by Zeal.


White-Label

Access the Company Dashboard

Navigate to yourPartner Dashboard and ensure thatTest Mode is enabled. Then, click on a company to access the Company Dashboard as an Admin.

Zeal Partner Dashboard in Test Mode

Create a Contractor Payment

Navigate toPay Contractors and fill the details of the contractor payment and then clickCreate Payment.

With the Contractor Payment in the system, it will automatically be batched and processed by Zeal.


Recap

  • Contractor Payments are much simpler than Employee Checks and only really need anamount andpay_date.
  • You can create a Contractor Payment with theCreate Contractor Payment endpoint.
  • You can create a Contractor Payment from the Company Dashboard.
  • Once Contractor Payments are submitted, they will automatically be processed by Zeal.

Updated 4 months ago



[8]ページ先頭

©2009-2025 Movatter.jp