v1
latestOpenAPI 3.1.02026-07-2414339465.7 KBCreate Contractor Payment
post/contractorPayment
Request body
Response
200
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",
"metadata": {
"example": "example"
}
}
}