v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Trigger Disbursement

post/contractorPayment/trigger

Request body

companyIDstring required

Company ID of employer

contractorPaymentIDstring required

ID of Contractor Payment that you wish to disburse the amounts for

Response

200

successboolean

Example response

{
  "success": true,
  "data": {
    "contractorPaymentID": "0987654321",
    "status": "pending",
    "disbursement_status": "pending",
    "first_name": "erlich",
    "last_name": "bachman",
    "companyID": "1b5n28nrideucd24",
    "contractorID": "123456789",
    "pay_date": "2023-10-01",
    "amount": "100",
    "triggered": true,
    "triggered_at": "2025-03-04T23:18:09Z",
    "metadata": {
      "example": "example"
    }
  }
}