Added Contractor Payments Preview
over 2 years ago by ReadMe API
GET /v1/companies/{company_uuid}/contractor_payments/preview
We've added an endpoint for contractor payments preview that returns a debit date by giving a check_date and payment_method. This allows us to display a debit date for the user before a contractor payment is even created.
This endpoint also validates the check date by assessing the ACH speed of the company.
If payment method is Direct Deposit:
- Check date cannot be in the past.
- Check date needs to be at least 2 (or 4 days) in advance from today's date.
- Check date cannot be on the weekend.
If payment method is Check:
- Check date can be on the same day
- Check date cannot be in the past