Direct Payment Object

Direct Payments can be used to send a payment directly to an employee or contractor.

attributetypedescription
directPaymentIDstringDirect Payment ID
companyIDstringZeal Company ID
employeeIDstringZeal Employee ID of the employee you are trying to pay out
contractorIDstringZeal Contractor ID of the contractor you are trying to pay out
bankAccountIDstringZeal Bank Account ID of the destination bank account
last_fourstringLast 4 characters of the destination bank account number
statusstringHolds one of the following values:
processing
settled
returned
canceled
amountfloatAmount of the transaction
{
  "directPaymentID": "a0bfc150f02d05e0eb40d65b",
  "companyID": "b0a5f0e60d2f41b0ec5b0a",
  "employeeID": "5b02f60aed0c0bf1b504e0a",
  "contractorID": null,
  "bankAccountID": "0e5b40f2a01bcfd0b6e50a",
  "last_four": "4763",
  "status": "processing",
  "amount": 5.50
}