Update Check
Update details of an existing check.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the check to update.
Body
Must be a bank account ID.
Must be a payee ID. Optional if noPayee
is true.
Category ID, if applicable.
Custom serial number for the check.
Issue date of the check.
Amount of the check. Required unless noAmount
is true.
Memo for the check.
Internal note for the check.
Account number associated with the check.
Invoice number associated with the check.
If true, creates the check without a signature. Defaults to false.
If true, creates the check without an amount. Defaults to false.
If true, creates the check without a date. Defaults to false.
If true, creates the check without a payee. Defaults to false.